#B030B9

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

Shades of Dark Orchid #B030B9

Tints of Dark Orchid #B030B9

Color information

#B030B9 (or 0xB030B9) is unknown color: approx Dark Orchid. HEX triplet: B0, 30 and B9. RGB value is (176,48,185). Sum of RGB (Red+Green+Blue) = 176+48+185=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 185 - color contains mainly: blue. Hex color #B030B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B030B9 is #4FCF46. Grayscale: #656565. Windows color (decimal): -5230407 or 12136624. OLE color: 12136624.

HSL color Cylindrical-coordinate representation of color #B030B9: hue angle of 296.06º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B030B9 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17648185-
CMYK0.050.7400.27
HSL296.06º58.8%45.69%-
HSV(B)296.06º74.05%72.55%-
XYZ27.7214.8547.3-
YUV101.89174.91180.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 48 (19.14% from 255) = 11.74%
BLUE value IS 185 (72.66% from 255) = 45.23%
R=43.03%
G=11.74%
B=45.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176481850.050.7400.27296.0658.845.69
HexB030B954A01B1283b2e
Octal2606027151120334507356
Binary10110000110000101110011011001010011011100101000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B030B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B030B9; }

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

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

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

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

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

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

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

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