Html Css Color HEX #B410B8 Deep Magenta

📋 copy color: '#B410B8'

red 180 ◦ green 16 ◦ blue 184

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

Shades of Deep Magenta #B410B8

Tints of Deep Magenta #B410B8

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.21%

 BLUE value IS 184 (72.27% from 255) = 48.42%

R = 47.37%
G = 4.21%
B = 48.42%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B410B8 (or 0xB410B8) is known color: Deep Magenta. HEX triplet: B4, 10 and B8. RGB value is (180,16,184). Sum of RGB (Red+Green+Blue) = 180+16+184=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 184 (72.27% from 255 or 48.42% from 380); Max value from RGB is 184 - color contains mainly: blue. Hex color #B410B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B410B8 is #4BEF47. Grayscale: #535353. Windows color (decimal): -4976456 or 12062900. OLE color: 12062900.

HSL color Cylindrical-coordinate representation of color #B410B8: hue angle of 298.57º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B410B8 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 180 16 184 -
CMYK 0.02 0.91 0 0.28
HSL 298.57º 0.84% 0.39% -
HSV(B) 298.57º 0.91% 0.72% -
XYZ 27.66 13.53 46.5 -
YUV 84.19 184.33 196.34 -
System Red Green Blue C M Y K H S L
Decimal 180 16 184 0.02 0.91 0 0.28 298.57 0.84 0.39
Hex B4 10 B8 2 5B 0 1C 12B 54 27
Octal 264 20 270 2 133 0 34 453 124 47
Binary 10110100 10000 10111000 10 1011011 0 11100 100101011 1010100 100111

Color Harmonies of #B410B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B410B8

Black with #B410B8

Text Example


Text Example

White with #B410B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B410B8; }

 p { color: rgb(180,16,184); }

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

background-color css

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

 a { background-color: rgb(180,16,184); }

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

border-color css

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

 span { border-color: rgb(180,16,184); }

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