#B030BF

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

Shades of Dark Orchid #B030BF

Tints of Dark Orchid #B030BF

Color information

#B030BF (or 0xB030BF) is unknown color: approx Dark Orchid. HEX triplet: B0, 30 and BF. RGB value is (176,48,191). Sum of RGB (Red+Green+Blue) = 176+48+191=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #B030BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B030BF is #4FCF40. Grayscale: #666666. Windows color (decimal): -5230401 or 12529840. OLE color: 12529840.

HSL color Cylindrical-coordinate representation of color #B030BF: hue angle of 293.71º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B030BF is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17648191-
CMYK0.080.7500.25
HSL293.71º59.83%46.86%-
HSV(B)293.71º74.87%74.9%-
XYZ28.3715.1150.71-
YUV102.57177.91180.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 48 (19.14% from 255) = 11.57%
BLUE value IS 191 (75% from 255) = 46.02%
R=42.41%
G=11.57%
B=46.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176481910.080.7500.25293.7159.8346.86
HexB030BF84B0191263c2f
Octal26060277101130314467457
Binary101100001100001011111110001001011011001100100110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B030BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B030BF; }

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

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

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

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

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

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

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

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