Html Css Color HEX #BA06BE Deep Magenta

📋 copy color: '#BA06BE'

red 186 ◦ green 6 ◦ blue 190

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

Shades of Deep Magenta #BA06BE

Tints of Deep Magenta #BA06BE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.57%

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

R = 48.69%
G = 1.57%
B = 49.74%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA06BE (or 0xBA06BE) is known color: Deep Magenta. HEX triplet: BA, 06 and BE. RGB value is (186,6,190). Sum of RGB (Red+Green+Blue) = 186+6+190=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA06BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA06BE is #45F941. Grayscale: #505050. Windows color (decimal): -4585794 or 12453562. OLE color: 12453562.

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

Color convert

RGB 186 6 190 -
CMYK 0.02 0.97 0 0.25
HSL 298.7º 0.94% 0.38% -
HSV(B) 298.7º 0.97% 0.75% -
XYZ 29.61 14.29 49.91 -
YUV 80.8 189.63 203.04 -
System Red Green Blue C M Y K H S L
Decimal 186 6 190 0.02 0.97 0 0.25 298.7 0.94 0.38
Hex BA 6 BE 2 61 0 19 12B 5E 26
Octal 272 6 276 2 141 0 31 453 136 46
Binary 10111010 110 10111110 10 1100001 0 11001 100101011 1011110 100110

Color Harmonies of #BA06BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA06BE

Black with #BA06BE

Text Example


Text Example

White with #BA06BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA06BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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