#B822C9

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

Shades of Dark Orchid #B822C9

Tints of Dark Orchid #B822C9

Color information

#B822C9 (or 0xB822C9) is unknown color: approx Dark Orchid. HEX triplet: B8, 22 and C9. RGB value is (184,34,201). Sum of RGB (Red+Green+Blue) = 184+34+201=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 34 (13.67% from 255 or 8.11% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 201 - color contains mainly: blue. Hex color #B822C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B822C9 is #47DD36. Grayscale: #616161. Windows color (decimal): -4709687 or 13181624. OLE color: 13181624.

HSL color Cylindrical-coordinate representation of color #B822C9: hue angle of 293.89º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B822C9 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18434201-
CMYK0.080.8300.21
HSL293.89º71.06%46.08%-
HSV(B)293.89º83.08%78.82%-
XYZ30.8815.5556.63-
YUV97.89186.2189.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.91%
GREEN value IS 34 (13.67% from 255) = 8.11%
BLUE value IS 201 (78.91% from 255) = 47.97%
R=43.91%
G=8.11%
B=47.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal184342010.080.8300.21293.8971.0646.08
HexB822C9853015126472e
Octal270423111012302544610756
Binary1011100010001011001001100010100110101011001001101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B822C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B822C9; }

 p { color: rgb(184,34,201); }

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

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

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

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

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

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

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