Html Css Color HEX #B410BA Deep Magenta

📋 copy color: '#B410BA'

red 180 ◦ green 16 ◦ blue 186

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

Shades of Deep Magenta #B410BA

Tints of Deep Magenta #B410BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.69%

R = 47.12%
G = 4.19%
B = 48.69%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B410BA (or 0xB410BA) is known color: Deep Magenta. HEX triplet: B4, 10 and BA. RGB value is (180,16,186). Sum of RGB (Red+Green+Blue) = 180+16+186=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #B410BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B410BA is #4BEF45. Grayscale: #535353. Windows color (decimal): -4976454 or 12193972. OLE color: 12193972.

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

Color convert

RGB 180 16 186 -
CMYK 0.03 0.91 0 0.27
HSL 297.88º 0.84% 0.4% -
HSV(B) 297.88º 0.91% 0.73% -
XYZ 27.87 13.62 47.61 -
YUV 84.42 185.33 196.18 -
System Red Green Blue C M Y K H S L
Decimal 180 16 186 0.03 0.91 0 0.27 297.88 0.84 0.4
Hex B4 10 BA 3 5B 0 1B 12A 54 28
Octal 264 20 272 3 133 0 33 452 124 50
Binary 10110100 10000 10111010 11 1011011 0 11011 100101010 1010100 101000

Color Harmonies of #B410BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B410BA

Black with #B410BA

Text Example


Text Example

White with #B410BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B410BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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