#B921BD

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

Shades of Deep Magenta #B921BD

Tints of Deep Magenta #B921BD

Color information

#B921BD (or 0xB921BD) is unknown color: approx Deep Magenta. HEX triplet: B9, 21 and BD. RGB value is (185,33,189). Sum of RGB (Red+Green+Blue) = 185+33+189=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #B921BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B921BD is #46DE42. Grayscale: #5F5F5F. Windows color (decimal): -4644419 or 12394937. OLE color: 12394937.

HSL color Cylindrical-coordinate representation of color #B921BD: hue angle of 298.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B921BD is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18533189-
CMYK0.020.8300.26
HSL298.46º70.27%43.53%-
HSV(B)298.46º82.54%74.12%-
XYZ29.7415.0849.49-
YUV96.23180.36191.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 33 (13.28% from 255) = 8.11%
BLUE value IS 189 (74.22% from 255) = 46.44%
R=45.45%
G=8.11%
B=46.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185331890.020.8300.26298.4670.2743.53
HexB921BD25301A12a462c
Octal27141275212303245210654
Binary10111001100001101111011010100110110101001010101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B921BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B921BD; }

 p { color: rgb(185,33,189); }

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

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

 a { background-color: rgb(185,33,189); }

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

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

 span { border-color: rgb(185,33,189); }

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