#B11ACA

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

Shades of Dark Orchid #B11ACA

Tints of Dark Orchid #B11ACA

Color information

#B11ACA (or 0xB11ACA) is unknown color: approx Dark Orchid. HEX triplet: B1, 1A and CA. RGB value is (177,26,202). Sum of RGB (Red+Green+Blue) = 177+26+202=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #B11ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11ACA is #4EE535. Grayscale: #5A5A5A. Windows color (decimal): -5170486 or 13245105. OLE color: 13245105.

HSL color Cylindrical-coordinate representation of color #B11ACA: hue angle of 291.48º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11ACA is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17726202-
CMYK0.120.8700.21
HSL291.48º77.19%44.71%-
HSV(B)291.48º87.13%79.22%-
XYZ29.1614.3557.11-
YUV91.21190.53189.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 26 (10.55% from 255) = 6.42%
BLUE value IS 202 (79.30% from 255) = 49.88%
R=43.70%
G=6.42%
B=49.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal177262020.120.8700.21291.4877.1944.71
HexB11ACAC570151234d2d
Octal261323121412702544311555
Binary101100011101011001010110010101110101011001000111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11ACA; }

 p { color: rgb(177,26,202); }

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

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

 a { background-color: rgb(177,26,202); }

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

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

 span { border-color: rgb(177,26,202); }

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