#B12ACA

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

Shades of Dark Orchid #B12ACA

Tints of Dark Orchid #B12ACA

Color information

#B12ACA (or 0xB12ACA) is unknown color: approx Dark Orchid. HEX triplet: B1, 2A and CA. RGB value is (177,42,202). Sum of RGB (Red+Green+Blue) = 177+42+202=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 42 (16.80% from 255 or 9.98% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #B12ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12ACA is #4ED535. Grayscale: #646464. Windows color (decimal): -5166390 or 13249201. OLE color: 13249201.

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

Color convert

RGB17742202-
CMYK0.120.7900.21
HSL290.62º65.57%47.84%-
HSV(B)290.62º79.21%79.22%-
XYZ29.6215.2757.26-
YUV100.6185.23182.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.04%
GREEN value IS 42 (16.80% from 255) = 9.98%
BLUE value IS 202 (79.30% from 255) = 47.98%
R=42.04%
G=9.98%
B=47.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal177422020.120.7900.21290.6265.5747.84
HexB12ACAC4F0151234230
Octal261523121411702544310260
Binary1011000110101011001010110010011110101011001000111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12ACA; }

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

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

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

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

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

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

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

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