#B122AF

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

Shades of Dark Orchid #B122AF

Tints of Dark Orchid #B122AF

Color information

#B122AF (or 0xB122AF) is unknown color: approx Dark Orchid. HEX triplet: B1, 22 and AF. RGB value is (177,34,175). Sum of RGB (Red+Green+Blue) = 177+34+175=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B122AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B122AF is #4EDD50. Grayscale: #5C5C5C. Windows color (decimal): -5168465 or 11477681. OLE color: 11477681.

HSL color Cylindrical-coordinate representation of color #B122AF: hue angle of 300.84º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B122AF is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17734175-
CMYK00.810.010.31
HSL300.84º67.77%41.37%-
HSV(B)300.84º80.79%69.41%-
XYZ26.4413.5941.79-
YUV92.83174.38188.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.85%
GREEN value IS 34 (13.67% from 255) = 8.81%
BLUE value IS 175 (68.75% from 255) = 45.34%
R=45.85%
G=8.81%
B=45.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773417500.810.010.31300.8467.7741.37
HexB122AF05111F12d4429
Octal26142257012113745510451
Binary1011000110001010101111010100011111111001011011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B122AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B122AF; }

 p { color: rgb(177,34,175); }

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

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

 a { background-color: rgb(177,34,175); }

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

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

 span { border-color: rgb(177,34,175); }

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