#B025CC

Color #B025CC Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B025CC

Tints of Dark Orchid #B025CC

Color information

#B025CC (or 0xB025CC) is unknown color: approx Dark Orchid. HEX triplet: B0, 25 and CC. RGB value is (176,37,204). Sum of RGB (Red+Green+Blue) = 176+37+204=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 37 (14.84% from 255 or 8.87% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #B025CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B025CC is #4FDA33. Grayscale: #616161. Windows color (decimal): -5233204 or 13378992. OLE color: 13378992.

HSL color Cylindrical-coordinate representation of color #B025CC: hue angle of 289.94º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B025CC is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17637204-
CMYK0.140.8200.2
HSL289.94º69.29%47.25%-
HSV(B)289.94º81.86%80%-
XYZ29.4714.9158.45-
YUV97.6188.05183.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 37 (14.84% from 255) = 8.87%
BLUE value IS 204 (80.08% from 255) = 48.92%
R=42.21%
G=8.87%
B=48.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal176372040.140.8200.2289.9469.2947.25
HexB025CCE52014122452f
Octal260453141612202444210557
Binary1011000010010111001100111010100100101001001000101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B025CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B025CC; }

 p { color: rgb(176,37,204); }

 H1.HeaderClassName
 {
   color: #B025CC;
 }
 .AnyTagClassName
 {
   color: #B025CC;
 }
</style>
background-color css

<style>
 a { background-color: #B025CC; }

 a { background-color: rgb(176,37,204); }

 div.DivClassName
 {
   background-color: #B025CC;
 }
 .BgClassName
 {
   background-color: #B025CC;
 }
</style>
border-color css

<style>
 span { border-color: #B025CC; }

 span { border-color: rgb(176,37,204); }

 td.TdClassName
 {
   border-color: #B025CC;
 }
 .TagClassName
 {
   border-color: #B025CC;
 }
</style>