Html Css Color HEX #B410B3 Deep Magenta

📋 copy color: '#B410B3'

red 180 ◦ green 16 ◦ blue 179

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

Shades of Deep Magenta #B410B3

Tints of Deep Magenta #B410B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.73%

R = 48%
G = 4.27%
B = 47.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B410B3 (or 0xB410B3) is known color: Deep Magenta. HEX triplet: B4, 10 and B3. RGB value is (180,16,179). Sum of RGB (Red+Green+Blue) = 180+16+179=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B410B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B410B3 is #4BEF4C. Grayscale: #535353. Windows color (decimal): -4976461 or 11735220. OLE color: 11735220.

HSL color Cylindrical-coordinate representation of color #B410B3: hue angle of 300.37º 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 #B410B3 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 16 179 -
CMYK 0 0.91 0.01 0.29
HSL 300.37º 0.84% 0.38% -
HSV(B) 300.37º 0.91% 0.71% -
XYZ 27.14 13.33 43.79 -
YUV 83.62 181.83 196.75 -
System Red Green Blue C M Y K H S L
Decimal 180 16 179 0 0.91 0.01 0.29 300.37 0.84 0.38
Hex B4 10 B3 0 5B 1 1D 12C 54 26
Octal 264 20 263 0 133 1 35 454 124 46
Binary 10110100 10000 10110011 0 1011011 1 11101 100101100 1010100 100110

Color Harmonies of #B410B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B410B3

Black with #B410B3

Text Example


Text Example

White with #B410B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B410B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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