Html Css Color HEX #BA0BBA Deep Magenta

📋 copy color: '#BA0BBA'

red 186 ◦ green 11 ◦ blue 186

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

Shades of Deep Magenta #BA0BBA

Tints of Deep Magenta #BA0BBA

RGB

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

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

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

R = 48.56%
G = 2.87%
B = 48.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA0BBA (or 0xBA0BBA) is known color: Deep Magenta. HEX triplet: BA, 0B and BA. RGB value is (186,11,186). Sum of RGB (Red+Green+Blue) = 186+11+186=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA0BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0BBA is #45F445. Grayscale: #525252. Windows color (decimal): -4584518 or 12192698. OLE color: 12192698.

HSL color Cylindrical-coordinate representation of color #BA0BBA: hue angle of 300º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0BBA is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 11 186 -
CMYK 0 0.94 0 0.27
HSL 300º 0.89% 0.39% -
HSV(B) 300º 0.94% 0.73% -
XYZ 29.23 14.22 47.66 -
YUV 83.28 185.98 201.27 -
System Red Green Blue C M Y K H S L
Decimal 186 11 186 0 0.94 0 0.27 300 0.89 0.39
Hex BA B BA 0 5E 0 1B 12C 59 27
Octal 272 13 272 0 136 0 33 454 131 47
Binary 10111010 1011 10111010 0 1011110 0 11011 100101100 1011001 100111

Color Harmonies of #BA0BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0BBA

Black with #BA0BBA

Text Example


Text Example

White with #BA0BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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