Html Css Color HEX #BA0BBF Deep Magenta

📋 copy color: '#BA0BBF'

red 186 ◦ green 11 ◦ blue 191

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

Shades of Deep Magenta #BA0BBF

Tints of Deep Magenta #BA0BBF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.84%

 BLUE value IS 191 (75% from 255) = 49.23%

R = 47.94%
G = 2.84%
B = 49.23%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA0BBF (or 0xBA0BBF) is known color: Deep Magenta. HEX triplet: BA, 0B and BF. RGB value is (186,11,191). Sum of RGB (Red+Green+Blue) = 186+11+191=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 11 (4.69% from 255 or 2.84% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA0BBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0BBF is #45F440. Grayscale: #535353. Windows color (decimal): -4584513 or 12520378. OLE color: 12520378.

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

Color convert

RGB 186 11 191 -
CMYK 0.03 0.94 0 0.25
HSL 298.33º 0.89% 0.4% -
HSV(B) 298.33º 0.94% 0.75% -
XYZ 29.77 14.44 50.51 -
YUV 83.85 188.48 200.86 -
System Red Green Blue C M Y K H S L
Decimal 186 11 191 0.03 0.94 0 0.25 298.33 0.89 0.4
Hex BA B BF 3 5E 0 19 12A 59 28
Octal 272 13 277 3 136 0 31 452 131 50
Binary 10111010 1011 10111111 11 1011110 0 11001 100101010 1011001 101000

Color Harmonies of #BA0BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0BBF

Black with #BA0BBF

Text Example


Text Example

White with #BA0BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0BBF; }

 p { color: rgb(186,11,191); }

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

background-color css

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

 a { background-color: rgb(186,11,191); }

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

border-color css

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

 span { border-color: rgb(186,11,191); }

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