Html Css Color HEX #B013BD Deep Magenta

📋 copy color: '#B013BD'

red 176 ◦ green 19 ◦ blue 189

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

Shades of Deep Magenta #B013BD

Tints of Deep Magenta #B013BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.22%

R = 45.83%
G = 4.95%
B = 49.22%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B013BD (or 0xB013BD) is known color: Deep Magenta. HEX triplet: B0, 13 and BD. RGB value is (176,19,189). Sum of RGB (Red+Green+Blue) = 176+19+189=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #B013BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B013BD is #4FEC42. Grayscale: #545454. Windows color (decimal): -5237827 or 12391344. OLE color: 12391344.

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

Color convert

RGB 176 19 189 -
CMYK 0.07 0.90 0 0.26
HSL 295.41º 0.82% 0.41% -
HSV(B) 295.41º 0.9% 0.74% -
XYZ 27.32 13.37 49.28 -
YUV 85.32 186.51 192.68 -
System Red Green Blue C M Y K H S L
Decimal 176 19 189 0.07 0.90 0 0.26 295.41 0.82 0.41
Hex B0 13 BD 7 5A 0 1A 127 52 29
Octal 260 23 275 7 132 0 32 447 122 51
Binary 10110000 10011 10111101 111 1011010 0 11010 100100111 1010010 101001

Color Harmonies of #B013BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B013BD

Black with #B013BD

Text Example


Text Example

White with #B013BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B013BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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