Html Css Color HEX #BA0BB4 Deep Magenta

📋 copy color: '#BA0BB4'

red 186 ◦ green 11 ◦ blue 180

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

Shades of Deep Magenta #BA0BB4

Tints of Deep Magenta #BA0BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47.75%

R = 49.34%
G = 2.92%
B = 47.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA0BB4 (or 0xBA0BB4) is known color: Deep Magenta. HEX triplet: BA, 0B and B4. RGB value is (186,11,180). Sum of RGB (Red+Green+Blue) = 186+11+180=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0BB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0BB4 is #45F44B. Grayscale: #525252. Windows color (decimal): -4584524 or 11799482. OLE color: 11799482.

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

Color convert

RGB 186 11 180 -
CMYK 0 0.94 0.03 0.27
HSL 302.06º 0.89% 0.39% -
HSV(B) 302.06º 0.94% 0.73% -
XYZ 28.61 13.97 44.37 -
YUV 82.59 182.98 201.76 -
System Red Green Blue C M Y K H S L
Decimal 186 11 180 0 0.94 0.03 0.27 302.06 0.89 0.39
Hex BA B B4 0 5E 3 1B 12E 59 27
Octal 272 13 264 0 136 3 33 456 131 47
Binary 10111010 1011 10110100 0 1011110 11 11011 100101110 1011001 100111

Color Harmonies of #BA0BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0BB4

Black with #BA0BB4

Text Example


Text Example

White with #BA0BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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