#B01AC2

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

Shades of Dark Orchid #B01AC2

Tints of Dark Orchid #B01AC2

Color information

#B01AC2 (or 0xB01AC2) is unknown color: approx Dark Orchid. HEX triplet: B0, 1A and C2. RGB value is (176,26,194). Sum of RGB (Red+Green+Blue) = 176+26+194=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 194 (76.17% from 255 or 48.99% from 396); Max value from RGB is 194 - color contains mainly: blue. Hex color #B01AC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01AC2 is #4FE53D. Grayscale: #595959. Windows color (decimal): -5236030 or 12720816. OLE color: 12720816.

HSL color Cylindrical-coordinate representation of color #B01AC2: hue angle of 293.57º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B01AC2 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17626194-
CMYK0.090.8700.24
HSL293.57º76.36%43.14%-
HSV(B)293.57º86.6%76.08%-
XYZ28.0113.8652.24-
YUV90186.7189.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.44%
GREEN value IS 26 (10.55% from 255) = 6.57%
BLUE value IS 194 (76.17% from 255) = 48.99%
R=44.44%
G=6.57%
B=48.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176261940.090.8700.24293.5776.3643.14
HexB01AC29570181264c2b
Octal260323021112703044611453
Binary101100001101011000010100110101110110001001001101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01AC2; }

 p { color: rgb(176,26,194); }

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

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

 a { background-color: rgb(176,26,194); }

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

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

 span { border-color: rgb(176,26,194); }

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