Html Css Color HEX #B410AF Deep Magenta

📋 copy color: '#B410AF'

red 180 ◦ green 16 ◦ blue 175

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

Shades of Deep Magenta #B410AF

Tints of Deep Magenta #B410AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.17%

R = 48.52%
G = 4.31%
B = 47.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B410AF (or 0xB410AF) is known color: Deep Magenta. HEX triplet: B4, 10 and AF. RGB value is (180,16,175). Sum of RGB (Red+Green+Blue) = 180+16+175=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B410AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B410AF is #4BEF50. Grayscale: #525252. Windows color (decimal): -4976465 or 11473076. OLE color: 11473076.

HSL color Cylindrical-coordinate representation of color #B410AF: hue angle of 301.83º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B410AF is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 16 175 -
CMYK 0 0.91 0.03 0.29
HSL 301.83º 0.84% 0.38% -
HSV(B) 301.83º 0.91% 0.71% -
XYZ 26.75 13.17 41.69 -
YUV 83.16 179.83 197.07 -
System Red Green Blue C M Y K H S L
Decimal 180 16 175 0 0.91 0.03 0.29 301.83 0.84 0.38
Hex B4 10 AF 0 5B 3 1D 12E 54 26
Octal 264 20 257 0 133 3 35 456 124 46
Binary 10110100 10000 10101111 0 1011011 11 11101 100101110 1010100 100110

Color Harmonies of #B410AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B410AF

Black with #B410AF

Text Example


Text Example

White with #B410AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B410AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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