Html Css Color HEX #B013BE Deep Magenta

📋 copy color: '#B013BE'

red 176 ◦ green 19 ◦ blue 190

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

Shades of Deep Magenta #B013BE

Tints of Deep Magenta #B013BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.94%

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

R = 45.71%
G = 4.94%
B = 49.35%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B013BE (or 0xB013BE) is known color: Deep Magenta. HEX triplet: B0, 13 and BE. RGB value is (176,19,190). Sum of RGB (Red+Green+Blue) = 176+19+190=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #B013BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B013BE is #4FEC41. Grayscale: #545454. Windows color (decimal): -5237826 or 12456880. OLE color: 12456880.

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

Color convert

RGB 176 19 190 -
CMYK 0.07 0.90 0 0.25
HSL 295.09º 0.82% 0.41% -
HSV(B) 295.09º 0.9% 0.75% -
XYZ 27.43 13.41 49.86 -
YUV 85.44 187.01 192.6 -
System Red Green Blue C M Y K H S L
Decimal 176 19 190 0.07 0.90 0 0.25 295.09 0.82 0.41
Hex B0 13 BE 7 5A 0 19 127 52 29
Octal 260 23 276 7 132 0 31 447 122 51
Binary 10110000 10011 10111110 111 1011010 0 11001 100100111 1010010 101001

Color Harmonies of #B013BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B013BE

Black with #B013BE

Text Example


Text Example

White with #B013BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B013BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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