#B029CA

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

Shades of Dark Orchid #B029CA

Tints of Dark Orchid #B029CA

Color information

#B029CA (or 0xB029CA) is unknown color: approx Dark Orchid. HEX triplet: B0, 29 and CA. RGB value is (176,41,202). Sum of RGB (Red+Green+Blue) = 176+41+202=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #B029CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B029CA is #4FD635. Grayscale: #636363. Windows color (decimal): -5232182 or 13248944. OLE color: 13248944.

HSL color Cylindrical-coordinate representation of color #B029CA: hue angle of 290.31º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B029CA is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17641202-
CMYK0.130.8000.21
HSL290.31º66.26%47.65%-
HSV(B)290.31º79.7%79.22%-
XYZ29.3615.0857.24-
YUV99.72185.73182.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 41 (16.41% from 255) = 9.79%
BLUE value IS 202 (79.30% from 255) = 48.21%
R=42.00%
G=9.79%
B=48.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176412020.130.8000.21290.3166.2647.65
HexB029CAD500151224230
Octal260513121512002544210260
Binary1011000010100111001010110110100000101011001000101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B029CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B029CA; }

 p { color: rgb(176,41,202); }

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

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

 a { background-color: rgb(176,41,202); }

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

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

 span { border-color: rgb(176,41,202); }

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