#B122B1

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

Shades of Dark Orchid #B122B1

Tints of Dark Orchid #B122B1

Color information

#B122B1 (or 0xB122B1) is unknown color: approx Dark Orchid. HEX triplet: B1, 22 and B1. RGB value is (177,34,177). Sum of RGB (Red+Green+Blue) = 177+34+177=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B122B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B122B1 is #4EDD4E. Grayscale: #5C5C5C. Windows color (decimal): -5168463 or 11608753. OLE color: 11608753.

HSL color Cylindrical-coordinate representation of color #B122B1: hue angle of 300º 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 #B122B1 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17734177-
CMYK00.8100.31
HSL300º67.77%41.37%-
HSV(B)300º80.79%69.41%-
XYZ26.6413.6742.83-
YUV93.06175.38187.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.62%
GREEN value IS 34 (13.67% from 255) = 8.76%
BLUE value IS 177 (69.53% from 255) = 45.62%
R=45.62%
G=8.76%
B=45.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773417700.8100.3130067.7741.37
HexB122B105101F12c4429
Octal26142261012103745410451
Binary1011000110001010110001010100010111111001011001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B122B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B122B1; }

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

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

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

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

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

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

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

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