#B12AC1

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

Shades of Dark Orchid #B12AC1

Tints of Dark Orchid #B12AC1

Color information

#B12AC1 (or 0xB12AC1) is unknown color: approx Dark Orchid. HEX triplet: B1, 2A and C1. RGB value is (177,42,193). Sum of RGB (Red+Green+Blue) = 177+42+193=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 42 (16.80% from 255 or 10.19% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 193 - color contains mainly: blue. Hex color #B12AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B12AC1 is #4ED53E. Grayscale: #636363. Windows color (decimal): -5166399 or 12659377. OLE color: 12659377.

HSL color Cylindrical-coordinate representation of color #B12AC1: hue angle of 293.64º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12AC1 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17742193-
CMYK0.080.7800.24
HSL293.64º64.26%46.08%-
HSV(B)293.64º78.24%75.69%-
XYZ28.5914.8551.81-
YUV99.58180.73183.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 42 (16.80% from 255) = 10.19%
BLUE value IS 193 (75.78% from 255) = 46.84%
R=42.96%
G=10.19%
B=46.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177421930.080.7800.24293.6464.2646.08
HexB12AC184E018126402e
Octal261523011011603044610056
Binary1011000110101011000001100010011100110001001001101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12AC1; }

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

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

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

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

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

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

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

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