#B822CC

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

Shades of Dark Orchid #B822CC

Tints of Dark Orchid #B822CC

Color information

#B822CC (or 0xB822CC) is unknown color: approx Dark Orchid. HEX triplet: B8, 22 and CC. RGB value is (184,34,204). Sum of RGB (Red+Green+Blue) = 184+34+204=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 34 (13.67% from 255 or 8.06% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #B822CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B822CC is #47DD33. Grayscale: #616161. Windows color (decimal): -4709684 or 13378232. OLE color: 13378232.

HSL color Cylindrical-coordinate representation of color #B822CC: hue angle of 292.94º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B822CC is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18434204-
CMYK0.100.8300.2
HSL292.94º71.43%46.67%-
HSV(B)292.94º83.33%80%-
XYZ31.2415.6958.51-
YUV98.23187.7189.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.60%
GREEN value IS 34 (13.67% from 255) = 8.06%
BLUE value IS 204 (80.08% from 255) = 48.34%
R=43.60%
G=8.06%
B=48.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal184342040.100.8300.2292.9471.4346.67
HexB822CCA53014125472f
Octal270423141212302444510757
Binary1011100010001011001100101010100110101001001001011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B822CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B822CC; }

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

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

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

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

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

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

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

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