Html Css Color HEX #B413BD Deep Magenta

📋 copy color: '#B413BD'

red 180 ◦ green 19 ◦ blue 189

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

Shades of Deep Magenta #B413BD

Tints of Deep Magenta #B413BD

RGB

 RED value IS 180 (70.7% from 255) = 46.39%

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

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

R = 46.39%
G = 4.9%
B = 48.71%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B413BD (or 0xB413BD) is known color: Deep Magenta. HEX triplet: B4, 13 and BD. RGB value is (180,19,189). Sum of RGB (Red+Green+Blue) = 180+19+189=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #B413BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B413BD is #4BEC42. Grayscale: #565656. Windows color (decimal): -4975683 or 12391348. OLE color: 12391348.

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

Color convert

RGB 180 19 189 -
CMYK 0.05 0.90 0 0.26
HSL 296.82º 0.82% 0.41% -
HSV(B) 296.82º 0.9% 0.74% -
XYZ 28.24 13.84 49.33 -
YUV 86.52 185.84 194.68 -
System Red Green Blue C M Y K H S L
Decimal 180 19 189 0.05 0.90 0 0.26 296.82 0.82 0.41
Hex B4 13 BD 5 5A 0 1A 129 52 29
Octal 264 23 275 5 132 0 32 451 122 51
Binary 10110100 10011 10111101 101 1011010 0 11010 100101001 1010010 101001

Color Harmonies of #B413BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B413BD

Black with #B413BD

Text Example


Text Example

White with #B413BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B413BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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