#B01FB2

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

Shades of Dark Orchid #B01FB2

Tints of Dark Orchid #B01FB2

Color information

#B01FB2 (or 0xB01FB2) is unknown color: approx Dark Orchid. HEX triplet: B0, 1F and B2. RGB value is (176,31,178). Sum of RGB (Red+Green+Blue) = 176+31+178=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 178 - color contains mainly: blue. Hex color #B01FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01FB2 is #4FE04D. Grayscale: #5A5A5A. Windows color (decimal): -5234766 or 11673520. OLE color: 11673520.

HSL color Cylindrical-coordinate representation of color #B01FB2: hue angle of 299.18º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B01FB2 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17631178-
CMYK0.010.8300.30
HSL299.18º70.33%40.98%-
HSV(B)299.18º82.58%69.8%-
XYZ26.4313.4243.32-
YUV91.11177.04188.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.71%
GREEN value IS 31 (12.5% from 255) = 8.05%
BLUE value IS 178 (69.92% from 255) = 46.23%
R=45.71%
G=8.05%
B=46.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176311780.010.8300.30299.1870.3340.98
HexB01FB215301E12b4629
Octal26037262112303645310651
Binary101100001111110110010110100110111101001010111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01FB2; }

 p { color: rgb(176,31,178); }

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

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

 a { background-color: rgb(176,31,178); }

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

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

 span { border-color: rgb(176,31,178); }

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