#B03CCA

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

Shades of Dark Orchid #B03CCA

Tints of Dark Orchid #B03CCA

Color information

#B03CCA (or 0xB03CCA) is unknown color: approx Dark Orchid. HEX triplet: B0, 3C and CA. RGB value is (176,60,202). Sum of RGB (Red+Green+Blue) = 176+60+202=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #B03CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03CCA is #4FC335. Grayscale: #6E6E6E. Windows color (decimal): -5227318 or 13253808. OLE color: 13253808.

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

Color convert

RGB17660202-
CMYK0.130.7000.21
HSL289.01º57.26%51.37%-
HSV(B)289.01º70.3%79.22%-
XYZ30.1816.7357.51-
YUV110.87179.43174.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.18%
GREEN value IS 60 (23.83% from 255) = 13.70%
BLUE value IS 202 (79.30% from 255) = 46.12%
R=40.18%
G=13.70%
B=46.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176602020.130.7000.21289.0157.2651.37
HexB03CCAD460151213933
Octal26074312151060254417163
Binary101100001111001100101011011000110010101100100001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03CCA; }

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

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

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

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

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

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

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

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