Html Css Color HEX #B014B9 Deep Magenta

📋 copy color: '#B014B9'

red 176 ◦ green 20 ◦ blue 185

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

Shades of Deep Magenta #B014B9

Tints of Deep Magenta #B014B9

RGB

 RED value IS 176 (69.14% from 255) = 46.19%

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

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

R = 46.19%
G = 5.25%
B = 48.56%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B014B9 (or 0xB014B9) is known color: Deep Magenta. HEX triplet: B0, 14 and B9. RGB value is (176,20,185). Sum of RGB (Red+Green+Blue) = 176+20+185=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 185 (72.66% from 255 or 48.56% from 381); Max value from RGB is 185 - color contains mainly: blue. Hex color #B014B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B014B9 is #4FEB46. Grayscale: #545454. Windows color (decimal): -5237575 or 12129456. OLE color: 12129456.

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

Color convert

RGB 176 20 185 -
CMYK 0.05 0.89 0 0.27
HSL 296.73º 0.8% 0.4% -
HSV(B) 296.73º 0.89% 0.73% -
XYZ 26.91 13.23 47.03 -
YUV 85.45 184.18 192.58 -
System Red Green Blue C M Y K H S L
Decimal 176 20 185 0.05 0.89 0 0.27 296.73 0.8 0.4
Hex B0 14 B9 5 59 0 1B 129 50 28
Octal 260 24 271 5 131 0 33 451 120 50
Binary 10110000 10100 10111001 101 1011001 0 11011 100101001 1010000 101000

Color Harmonies of #B014B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B014B9

Black with #B014B9

Text Example


Text Example

White with #B014B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B014B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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