#B039CA

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

Shades of Dark Orchid #B039CA

Tints of Dark Orchid #B039CA

Color information

#B039CA (or 0xB039CA) is unknown color: approx Dark Orchid. HEX triplet: B0, 39 and CA. RGB value is (176,57,202). Sum of RGB (Red+Green+Blue) = 176+57+202=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 57 (22.66% from 255 or 13.10% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #B039CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B039CA is #4FC635. Grayscale: #6C6C6C. Windows color (decimal): -5228086 or 13253040. OLE color: 13253040.

HSL color Cylindrical-coordinate representation of color #B039CA: hue angle of 289.24º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B039CA is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17657202-
CMYK0.130.7200.21
HSL289.24º57.77%50.78%-
HSV(B)289.24º71.78%79.22%-
XYZ30.0316.4257.46-
YUV109.11180.42175.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 57 (22.66% from 255) = 13.10%
BLUE value IS 202 (79.30% from 255) = 46.44%
R=40.46%
G=13.10%
B=46.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176572020.130.7200.21289.2457.7750.78
HexB039CAD480151213a33
Octal26071312151100254417263
Binary101100001110011100101011011001000010101100100001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B039CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B039CA; }

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

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

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

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

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

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

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

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