Html Css Color HEX #BA0CAD Deep Magenta

📋 copy color: '#BA0CAD'

red 186 ◦ green 12 ◦ blue 173

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

Shades of Deep Magenta #BA0CAD

Tints of Deep Magenta #BA0CAD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.23%

 BLUE value IS 173 (67.97% from 255) = 46.63%

R = 50.13%
G = 3.23%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BA0CAD (or 0xBA0CAD) is known color: Deep Magenta. HEX triplet: BA, 0C and AD. RGB value is (186,12,173). Sum of RGB (Red+Green+Blue) = 186+12+173=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0CAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0CAD is #45F352. Grayscale: #515151. Windows color (decimal): -4584275 or 11340986. OLE color: 11340986.

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

Color convert

RGB 186 12 173 -
CMYK 0 0.94 0.07 0.27
HSL 304.48º 0.88% 0.39% -
HSV(B) 304.48º 0.94% 0.73% -
XYZ 27.92 13.72 40.71 -
YUV 82.38 179.15 201.91 -
System Red Green Blue C M Y K H S L
Decimal 186 12 173 0 0.94 0.07 0.27 304.48 0.88 0.39
Hex BA C AD 0 5E 7 1B 130 58 27
Octal 272 14 255 0 136 7 33 460 130 47
Binary 10111010 1100 10101101 0 1011110 111 11011 100110000 1011000 100111

Color Harmonies of #BA0CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0CAD

Black with #BA0CAD

Text Example


Text Example

White with #BA0CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0CAD; }

 p { color: rgb(186,12,173); }

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

background-color css

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

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

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

border-color css

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

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

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