Html Css Color HEX #B920BE Deep Magenta

📋 copy color: '#B920BE'

red 185 ◦ green 32 ◦ blue 190

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

Shades of Deep Magenta #B920BE

Tints of Deep Magenta #B920BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.68%

R = 45.45%
G = 7.86%
B = 46.68%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B920BE (or 0xB920BE) is known color: Deep Magenta. HEX triplet: B9, 20 and BE. RGB value is (185,32,190). Sum of RGB (Red+Green+Blue) = 185+32+190=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #B920BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B920BE is #46DF41. Grayscale: #5F5F5F. Windows color (decimal): -4644674 or 12460217. OLE color: 12460217.

HSL color Cylindrical-coordinate representation of color #B920BE: hue angle of 298.1º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B920BE is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 32 190 -
CMYK 0.03 0.83 0 0.25
HSL 298.1º 0.71% 0.44% -
HSV(B) 298.1º 0.83% 0.75% -
XYZ 29.82 15.07 50.05 -
YUV 95.76 181.19 191.65 -
System Red Green Blue C M Y K H S L
Decimal 185 32 190 0.03 0.83 0 0.25 298.1 0.71 0.44
Hex B9 20 BE 3 53 0 19 12A 47 2C
Octal 271 40 276 3 123 0 31 452 107 54
Binary 10111001 100000 10111110 11 1010011 0 11001 100101010 1000111 101100

Color Harmonies of #B920BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B920BE

Black with #B920BE

Text Example


Text Example

White with #B920BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B920BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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