Html Css Color HEX #B014BE Deep Magenta

📋 copy color: '#B014BE'

red 176 ◦ green 20 ◦ blue 190

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

Shades of Deep Magenta #B014BE

Tints of Deep Magenta #B014BE

RGB

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

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

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

R = 45.6%
G = 5.18%
B = 49.22%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B014BE (or 0xB014BE) is known color: Deep Magenta. HEX triplet: B0, 14 and BE. RGB value is (176,20,190). Sum of RGB (Red+Green+Blue) = 176+20+190=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 20 (8.20% from 255 or 5.18% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #B014BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B014BE is #4FEB41. Grayscale: #555555. Windows color (decimal): -5237570 or 12457136. OLE color: 12457136.

HSL color Cylindrical-coordinate representation of color #B014BE: hue angle of 295.06º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B014BE is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 20 190 -
CMYK 0.07 0.89 0 0.25
HSL 295.06º 0.81% 0.41% -
HSV(B) 295.06º 0.89% 0.75% -
XYZ 27.45 13.45 49.86 -
YUV 86.02 186.68 192.18 -
System Red Green Blue C M Y K H S L
Decimal 176 20 190 0.07 0.89 0 0.25 295.06 0.81 0.41
Hex B0 14 BE 7 59 0 19 127 51 29
Octal 260 24 276 7 131 0 31 447 121 51
Binary 10110000 10100 10111110 111 1011001 0 11001 100100111 1010001 101001

Color Harmonies of #B014BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B014BE

Black with #B014BE

Text Example


Text Example

White with #B014BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B014BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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