#B030D3

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

Shades of Dark Orchid #B030D3

Tints of Dark Orchid #B030D3

Color information

#B030D3 (or 0xB030D3) is unknown color: approx Dark Orchid. HEX triplet: B0, 30 and D3. RGB value is (176,48,211). Sum of RGB (Red+Green+Blue) = 176+48+211=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 48 (19.14% from 255 or 11.03% from 435); Blue value is 211 (82.81% from 255 or 48.51% from 435); Max value from RGB is 211 - color contains mainly: blue. Hex color #B030D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B030D3 is #4FCF2C. Grayscale: #686868. Windows color (decimal): -5230381 or 13840560. OLE color: 13840560.

HSL color Cylindrical-coordinate representation of color #B030D3: hue angle of 287.12º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B030D3 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17648211-
CMYK0.170.7700.17
HSL287.12º64.94%50.78%-
HSV(B)287.12º77.25%82.75%-
XYZ30.7216.0563.11-
YUV104.85187.91178.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.46%
GREEN value IS 48 (19.14% from 255) = 11.03%
BLUE value IS 211 (82.81% from 255) = 48.51%
R=40.46%
G=11.03%
B=48.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal176482110.170.7700.17287.1264.9450.78
HexB030D3114D01111f4133
Octal260603232111502143710163
Binary10110000110000110100111000110011010100011000111111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B030D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B030D3; }

 p { color: rgb(176,48,211); }

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

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

 a { background-color: rgb(176,48,211); }

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

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

 span { border-color: rgb(176,48,211); }

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