Html Css Color HEX #B914B5 Deep Magenta

📋 copy color: '#B914B5'

red 185 ◦ green 20 ◦ blue 181

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

Shades of Deep Magenta #B914B5

Tints of Deep Magenta #B914B5

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.18%

 BLUE value IS 181 (71.09% from 255) = 46.89%

R = 47.93%
G = 5.18%
B = 46.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#B914B5 (or 0xB914B5) is known color: Deep Magenta. HEX triplet: B9, 14 and B5. RGB value is (185,20,181). Sum of RGB (Red+Green+Blue) = 185+20+181=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 181 (71.09% from 255 or 46.89% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B914B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B914B5 is #46EB4A. Grayscale: #575757. Windows color (decimal): -4647755 or 11867321. OLE color: 11867321.

HSL color Cylindrical-coordinate representation of color #B914B5: hue angle of 301.45º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B914B5 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 20 181 -
CMYK 0 0.89 0.02 0.27
HSL 301.45º 0.8% 0.4% -
HSV(B) 301.45º 0.89% 0.73% -
XYZ 28.6 14.15 44.94 -
YUV 87.69 180.66 197.41 -
System Red Green Blue C M Y K H S L
Decimal 185 20 181 0 0.89 0.02 0.27 301.45 0.8 0.4
Hex B9 14 B5 0 59 2 1B 12D 50 28
Octal 271 24 265 0 131 2 33 455 120 50
Binary 10111001 10100 10110101 0 1011001 10 11011 100101101 1010000 101000

Color Harmonies of #B914B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B914B5

Black with #B914B5

Text Example


Text Example

White with #B914B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B914B5; }

 p { color: rgb(185,20,181); }

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

background-color css

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

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

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

border-color css

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

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

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