Html Css Color HEX #B920B1 Deep Magenta

📋 copy color: '#B920B1'

red 185 ◦ green 32 ◦ blue 177

#B920B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #B920B1

Tints of Deep Magenta #B920B1

RGB

 RED value IS 185 (72.66% from 255) = 46.95%

 GREEN value IS 32 (12.89% from 255) = 8.12%

 BLUE value IS 177 (69.53% from 255) = 44.92%

R = 46.95%
G = 8.12%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B920B1 (or 0xB920B1) is known color: Deep Magenta. HEX triplet: B9, 20 and B1. RGB value is (185,32,177). Sum of RGB (Red+Green+Blue) = 185+32+177=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 177 (69.53% from 255 or 44.92% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B920B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B920B1 is #46DF4E. Grayscale: #5D5D5D. Windows color (decimal): -4644687 or 11608249. OLE color: 11608249.

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

Color convert

RGB 185 32 177 -
CMYK 0 0.83 0.04 0.27
HSL 303.14º 0.71% 0.43% -
HSV(B) 303.14º 0.83% 0.73% -
XYZ 28.46 14.52 42.9 -
YUV 94.28 174.69 192.71 -
System Red Green Blue C M Y K H S L
Decimal 185 32 177 0 0.83 0.04 0.27 303.14 0.71 0.43
Hex B9 20 B1 0 53 4 1B 12F 47 2B
Octal 271 40 261 0 123 4 33 457 107 53
Binary 10111001 100000 10110001 0 1010011 100 11011 100101111 1000111 101011

Color Harmonies of #B920B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B920B1

Black with #B920B1

Text Example


Text Example

White with #B920B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B920B1; }

 p { color: rgb(185,32,177); }

 H1.HeaderClassName
 {
   color: #B920B1;
 }
 .AnyTagClassName
 {
   color: #B920B1;
 }
</style>

background-color css

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

 a { background-color: rgb(185,32,177); }

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

border-color css

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

 span { border-color: rgb(185,32,177); }

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