#B03BD0

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

Shades of Dark Orchid #B03BD0

Tints of Dark Orchid #B03BD0

Color information

#B03BD0 (or 0xB03BD0) is unknown color: approx Dark Orchid. HEX triplet: B0, 3B and D0. RGB value is (176,59,208). Sum of RGB (Red+Green+Blue) = 176+59+208=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 59 (23.44% from 255 or 13.32% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 208 - color contains mainly: blue. Hex color #B03BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03BD0 is #4FC42F. Grayscale: #6E6E6E. Windows color (decimal): -5227568 or 13646768. OLE color: 13646768.

HSL color Cylindrical-coordinate representation of color #B03BD0: hue angle of 287.11º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03BD0 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17659208-
CMYK0.150.7200.18
HSL287.11º61.32%52.35%-
HSV(B)287.11º71.63%81.57%-
XYZ30.8516.9161.31-
YUV110.97182.76174.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.73%
GREEN value IS 59 (23.44% from 255) = 13.32%
BLUE value IS 208 (81.64% from 255) = 46.95%
R=39.73%
G=13.32%
B=46.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal176592080.150.7200.18287.1161.3252.35
HexB03BD0F4801211f3d34
Octal26073320171100224377564
Binary101100001110111101000011111001000010010100011111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03BD0; }

 p { color: rgb(176,59,208); }

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

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

 a { background-color: rgb(176,59,208); }

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

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

 span { border-color: rgb(176,59,208); }

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