#B922CC

Color #B922CC Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B922CC

Tints of Deep Magenta #B922CC

Color information

#B922CC (or 0xB922CC) is unknown color: approx Deep Magenta. HEX triplet: B9, 22 and CC. RGB value is (185,34,204). Sum of RGB (Red+Green+Blue) = 185+34+204=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #B922CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B922CC is #46DD33. Grayscale: #626262. Windows color (decimal): -4644148 or 13378233. OLE color: 13378233.

HSL color Cylindrical-coordinate representation of color #B922CC: hue angle of 293.29º 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 #B922CC is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18534204-
CMYK0.090.8300.2
HSL293.29º71.43%46.67%-
HSV(B)293.29º83.33%80%-
XYZ31.4815.8258.52-
YUV98.53187.53189.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 34 (13.67% from 255) = 8.04%
BLUE value IS 204 (80.08% from 255) = 48.23%
R=43.74%
G=8.04%
B=48.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal185342040.090.8300.2293.2971.4346.67
HexB922CC953014125472f
Octal271423141112302444510757
Binary1011100110001011001100100110100110101001001001011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B922CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B922CC; }

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

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

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

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

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

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

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

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