Html Css Color HEX #BA10B5 Deep Magenta

📋 copy color: '#BA10B5'

red 186 ◦ green 16 ◦ blue 181

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

Shades of Deep Magenta #BA10B5

Tints of Deep Magenta #BA10B5

RGB

 RED value IS 186 (73.05% from 255) = 48.56%

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

 BLUE value IS 181 (71.09% from 255) = 47.26%

R = 48.56%
G = 4.18%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA10B5 (or 0xBA10B5) is known color: Deep Magenta. HEX triplet: BA, 10 and B5. RGB value is (186,16,181). Sum of RGB (Red+Green+Blue) = 186+16+181=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA10B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA10B5 is #45EF4A. Grayscale: #555555. Windows color (decimal): -4583243 or 11866298. OLE color: 11866298.

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

Color convert

RGB 186 16 181 -
CMYK 0 0.91 0.03 0.27
HSL 301.76º 0.84% 0.4% -
HSV(B) 301.76º 0.91% 0.73% -
XYZ 28.78 14.15 44.93 -
YUV 85.64 181.82 199.58 -
System Red Green Blue C M Y K H S L
Decimal 186 16 181 0 0.91 0.03 0.27 301.76 0.84 0.4
Hex BA 10 B5 0 5B 3 1B 12E 54 28
Octal 272 20 265 0 133 3 33 456 124 50
Binary 10111010 10000 10110101 0 1011011 11 11011 100101110 1010100 101000

Color Harmonies of #BA10B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA10B5

Black with #BA10B5

Text Example


Text Example

White with #BA10B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA10B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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