#B01BBE

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

Shades of Dark Orchid #B01BBE

Tints of Dark Orchid #B01BBE

Color information

#B01BBE (or 0xB01BBE) is unknown color: approx Dark Orchid. HEX triplet: B0, 1B and BE. RGB value is (176,27,190). Sum of RGB (Red+Green+Blue) = 176+27+190=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #B01BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01BBE is #4FE441. Grayscale: #595959. Windows color (decimal): -5235778 or 12458928. OLE color: 12458928.

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

Color convert

RGB17627190-
CMYK0.070.8600.25
HSL294.85º75.12%42.55%-
HSV(B)294.85º85.79%74.51%-
XYZ27.5913.7349.91-
YUV90.13184.36189.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 27 (10.94% from 255) = 6.87%
BLUE value IS 190 (74.61% from 255) = 48.35%
R=44.78%
G=6.87%
B=48.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176271900.070.8600.25294.8575.1242.55
HexB01BBE7560191274b2b
Octal26033276712603144711353
Binary10110000110111011111011110101100110011001001111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01BBE; }

 p { color: rgb(176,27,190); }

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

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

 a { background-color: rgb(176,27,190); }

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

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

 span { border-color: rgb(176,27,190); }

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