#b01adc

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

Shades of Dark Orchid #B01ADC

Tints of Dark Orchid #B01ADC

Color information

#B01ADC (or 0xB01ADC) is unknown color: approx Dark Orchid. HEX triplet: B0, 1A and DC. RGB value is (176,26,220). Sum of RGB (Red+Green+Blue) = 176+26+220=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 26 (10.55% from 255 or 6.16% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #B01ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01ADC is #4FE523. Grayscale: #5C5C5C. Windows color (decimal): -5236004 or 14424752. OLE color: 14424752.

HSL color Cylindrical-coordinate representation of color #B01ADC: hue angle of 286.39º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B01ADC is Cyan = 0.2, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17626220-
CMYK0.20.8800.14
HSL286.39º78.86%48.24%-
HSV(B)286.39º88.18%86.27%-
XYZ31.1915.1468.99-
YUV92.97199.7187.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.71%
GREEN value IS 26 (10.55% from 255) = 6.16%
BLUE value IS 220 (86.33% from 255) = 52.13%
R=41.71%
G=6.16%
B=52.13%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal176262200.20.8800.14286.3978.8648.24
HexB01ADC14580E11e4f30
Octal260323342413001643611760
Binary101100001101011011100101001011000011101000111101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b01adc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b01adc; }

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

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

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

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

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

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

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

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