#B03CC4

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

Shades of Dark Orchid #B03CC4

Tints of Dark Orchid #B03CC4

Color information

#B03CC4 (or 0xB03CC4) is unknown color: approx Dark Orchid. HEX triplet: B0, 3C and C4. RGB value is (176,60,196). Sum of RGB (Red+Green+Blue) = 176+60+196=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 196 (76.95% from 255 or 45.37% from 432); Max value from RGB is 196 - color contains mainly: blue. Hex color #B03CC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03CC4 is #4FC33B. Grayscale: #6D6D6D. Windows color (decimal): -5227324 or 12860592. OLE color: 12860592.

HSL color Cylindrical-coordinate representation of color #B03CC4: hue angle of 291.18º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03CC4 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17660196-
CMYK0.100.6900.23
HSL291.18º53.54%50.2%-
HSV(B)291.18º69.39%76.86%-
XYZ29.4816.4553.85-
YUV110.19176.43174.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.74%
GREEN value IS 60 (23.83% from 255) = 13.89%
BLUE value IS 196 (76.95% from 255) = 45.37%
R=40.74%
G=13.89%
B=45.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal176601960.100.6900.23291.1853.5450.2
HexB03CC4A450171233632
Octal26074304121050274436662
Binary101100001111001100010010101000101010111100100011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03CC4; }

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

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

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

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

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

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

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

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