Html Css Color HEX #B920B9 Deep Magenta

📋 copy color: '#B920B9'

red 185 ◦ green 32 ◦ blue 185

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

Shades of Deep Magenta #B920B9

Tints of Deep Magenta #B920B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.02%

R = 46.02%
G = 7.96%
B = 46.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B920B9 (or 0xB920B9) is known color: Deep Magenta. HEX triplet: B9, 20 and B9. RGB value is (185,32,185). Sum of RGB (Red+Green+Blue) = 185+32+185=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 185 (72.66% from 255 or 46.02% from 402); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B920B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B920B9 is #46DF46. Grayscale: #5E5E5E. Windows color (decimal): -4644679 or 12132537. OLE color: 12132537.

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

Color convert

RGB 185 32 185 -
CMYK 0 0.83 0 0.27
HSL 300º 0.71% 0.43% -
HSV(B) 300º 0.83% 0.73% -
XYZ 29.28 14.85 47.22 -
YUV 95.19 178.69 192.06 -
System Red Green Blue C M Y K H S L
Decimal 185 32 185 0 0.83 0 0.27 300 0.71 0.43
Hex B9 20 B9 0 53 0 1B 12C 47 2B
Octal 271 40 271 0 123 0 33 454 107 53
Binary 10111001 100000 10111001 0 1010011 0 11011 100101100 1000111 101011

Color Harmonies of #B920B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B920B9

Black with #B920B9

Text Example


Text Example

White with #B920B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B920B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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