Html Css Color HEX #B419B2 Deep Magenta

📋 copy color: '#B419B2'

red 180 ◦ green 25 ◦ blue 178

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

Shades of Deep Magenta #B419B2

Tints of Deep Magenta #B419B2

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.53%

 BLUE value IS 178 (69.92% from 255) = 46.48%

R = 47%
G = 6.53%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B419B2 (or 0xB419B2) is known color: Deep Magenta. HEX triplet: B4, 19 and B2. RGB value is (180,25,178). Sum of RGB (Red+Green+Blue) = 180+25+178=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 178 (69.92% from 255 or 46.48% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B419B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B419B2 is #4BE64D. Grayscale: #585858. Windows color (decimal): -4974158 or 11671988. OLE color: 11671988.

HSL color Cylindrical-coordinate representation of color #B419B2: hue angle of 300.77º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B419B2 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 25 178 -
CMYK 0 0.86 0.01 0.29
HSL 300.77º 0.76% 0.4% -
HSV(B) 300.77º 0.86% 0.71% -
XYZ 27.21 13.61 43.31 -
YUV 88.79 178.35 193.06 -
System Red Green Blue C M Y K H S L
Decimal 180 25 178 0 0.86 0.01 0.29 300.77 0.76 0.4
Hex B4 19 B2 0 56 1 1D 12D 4C 28
Octal 264 31 262 0 126 1 35 455 114 50
Binary 10110100 11001 10110010 0 1010110 1 11101 100101101 1001100 101000

Color Harmonies of #B419B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B419B2

Black with #B419B2

Text Example


Text Example

White with #B419B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B419B2; }

 p { color: rgb(180,25,178); }

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

background-color css

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

 a { background-color: rgb(180,25,178); }

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

border-color css

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

 span { border-color: rgb(180,25,178); }

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