#B121DD

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

Shades of Dark Orchid #B121DD

Tints of Dark Orchid #B121DD

Color information

#B121DD (or 0xB121DD) is unknown color: approx Dark Orchid. HEX triplet: B1, 21 and DD. RGB value is (177,33,221). Sum of RGB (Red+Green+Blue) = 177+33+221=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 33 (13.28% from 255 or 7.66% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #B121DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B121DD is #4EDE22. Grayscale: #606060. Windows color (decimal): -5168675 or 14492081. OLE color: 14492081.

HSL color Cylindrical-coordinate representation of color #B121DD: hue angle of 285.96º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B121DD is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17733221-
CMYK0.200.8500.13
HSL285.96º74.02%49.8%-
HSV(B)285.96º85.07%86.67%-
XYZ31.7315.6669.76-
YUV97.49197.71184.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.07%
GREEN value IS 33 (13.28% from 255) = 7.66%
BLUE value IS 221 (86.72% from 255) = 51.28%
R=41.07%
G=7.66%
B=51.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal177332210.200.8500.13285.9674.0249.8
HexB121DD14550D11e4a32
Octal261413352412501543611262
Binary1011000110000111011101101001010101011011000111101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B121DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B121DD; }

 p { color: rgb(177,33,221); }

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

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

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

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

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

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

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