Html Css Color HEX #BA10BE Deep Magenta

📋 copy color: '#BA10BE'

red 186 ◦ green 16 ◦ blue 190

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

Shades of Deep Magenta #BA10BE

Tints of Deep Magenta #BA10BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 47.45%
G = 4.08%
B = 48.47%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA10BE (or 0xBA10BE) is known color: Deep Magenta. HEX triplet: BA, 10 and BE. RGB value is (186,16,190). Sum of RGB (Red+Green+Blue) = 186+16+190=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA10BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA10BE is #45EF41. Grayscale: #565656. Windows color (decimal): -4583234 or 12456122. OLE color: 12456122.

HSL color Cylindrical-coordinate representation of color #BA10BE: hue angle of 298.62º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA10BE is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 16 190 -
CMYK 0.02 0.92 0 0.25
HSL 298.62º 0.84% 0.4% -
HSV(B) 298.62º 0.92% 0.75% -
XYZ 29.73 14.53 49.95 -
YUV 86.67 186.32 198.85 -
System Red Green Blue C M Y K H S L
Decimal 186 16 190 0.02 0.92 0 0.25 298.62 0.84 0.4
Hex BA 10 BE 2 5C 0 19 12B 54 28
Octal 272 20 276 2 134 0 31 453 124 50
Binary 10111010 10000 10111110 10 1011100 0 11001 100101011 1010100 101000

Color Harmonies of #BA10BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA10BE

Black with #BA10BE

Text Example


Text Example

White with #BA10BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA10BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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