Html Css Color HEX #B914AF Deep Magenta

📋 copy color: '#B914AF'

red 185 ◦ green 20 ◦ blue 175

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

Shades of Deep Magenta #B914AF

Tints of Deep Magenta #B914AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.05%

R = 48.68%
G = 5.26%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B914AF (or 0xB914AF) is known color: Deep Magenta. HEX triplet: B9, 14 and AF. RGB value is (185,20,175). Sum of RGB (Red+Green+Blue) = 185+20+175=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B914AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B914AF is #46EB50. Grayscale: #565656. Windows color (decimal): -4647761 or 11474105. OLE color: 11474105.

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

Color convert

RGB 185 20 175 -
CMYK 0 0.89 0.05 0.27
HSL 303.64º 0.8% 0.4% -
HSV(B) 303.64º 0.89% 0.73% -
XYZ 28 13.91 41.77 -
YUV 87.01 177.66 197.9 -
System Red Green Blue C M Y K H S L
Decimal 185 20 175 0 0.89 0.05 0.27 303.64 0.8 0.4
Hex B9 14 AF 0 59 5 1B 130 50 28
Octal 271 24 257 0 131 5 33 460 120 50
Binary 10111001 10100 10101111 0 1011001 101 11011 100110000 1010000 101000

Color Harmonies of #B914AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B914AF

Black with #B914AF

Text Example


Text Example

White with #B914AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B914AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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