#B923B2

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

Shades of Deep Magenta #B923B2

Tints of Deep Magenta #B923B2

Color information

#B923B2 (or 0xB923B2) is unknown color: approx Deep Magenta. HEX triplet: B9, 23 and B2. RGB value is (185,35,178). Sum of RGB (Red+Green+Blue) = 185+35+178=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 35 (14.06% from 255 or 8.79% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B923B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B923B2 is #46DC4D. Grayscale: #5F5F5F. Windows color (decimal): -4643918 or 11674553. OLE color: 11674553.

HSL color Cylindrical-coordinate representation of color #B923B2: hue angle of 302.8º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B923B2 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB18535178-
CMYK00.810.040.27
HSL302.8º68.18%43.14%-
HSV(B)302.8º81.08%72.55%-
XYZ28.6414.7343.45-
YUV96.15174.2191.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.48%
GREEN value IS 35 (14.06% from 255) = 8.79%
BLUE value IS 178 (69.92% from 255) = 44.72%
R=46.48%
G=8.79%
B=44.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853517800.810.040.27302.868.1843.14
HexB923B205141B12f442b
Octal27143262012143345710453
Binary101110011000111011001001010001100110111001011111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B923B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B923B2; }

 p { color: rgb(185,35,178); }

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

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

 a { background-color: rgb(185,35,178); }

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

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

 span { border-color: rgb(185,35,178); }

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