#B027B4

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

Shades of Dark Orchid #B027B4

Tints of Dark Orchid #B027B4

Color information

#B027B4 (or 0xB027B4) is unknown color: approx Dark Orchid. HEX triplet: B0, 27 and B4. RGB value is (176,39,180). Sum of RGB (Red+Green+Blue) = 176+39+180=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 39 (15.62% from 255 or 9.87% from 395); Blue value is 180 (70.70% from 255 or 45.57% from 395); Max value from RGB is 180 - color contains mainly: blue. Hex color #B027B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B027B4 is #4FD84B. Grayscale: #5F5F5F. Windows color (decimal): -5232716 or 11806640. OLE color: 11806640.

HSL color Cylindrical-coordinate representation of color #B027B4: hue angle of 298.3º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B027B4 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17639180-
CMYK0.020.7800.29
HSL298.3º64.38%42.94%-
HSV(B)298.3º78.33%70.59%-
XYZ26.8713.9844.46-
YUV96.04175.39185.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.56%
GREEN value IS 39 (15.62% from 255) = 9.87%
BLUE value IS 180 (70.70% from 255) = 45.57%
R=44.56%
G=9.87%
B=45.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176391800.020.7800.29298.364.3842.94
HexB027B424E01D12a402b
Octal26047264211603545210053
Binary10110000100111101101001010011100111011001010101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B027B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B027B4; }

 p { color: rgb(176,39,180); }

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

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

 a { background-color: rgb(176,39,180); }

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

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

 span { border-color: rgb(176,39,180); }

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