Html Css Color HEX #BA0CBD Deep Magenta

📋 copy color: '#BA0CBD'

red 186 ◦ green 12 ◦ blue 189

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

Shades of Deep Magenta #BA0CBD

Tints of Deep Magenta #BA0CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.84%

R = 48.06%
G = 3.1%
B = 48.84%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA0CBD (or 0xBA0CBD) is known color: Deep Magenta. HEX triplet: BA, 0C and BD. RGB value is (186,12,189). Sum of RGB (Red+Green+Blue) = 186+12+189=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA0CBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0CBD is #45F342. Grayscale: #535353. Windows color (decimal): -4584259 or 12389562. OLE color: 12389562.

HSL color Cylindrical-coordinate representation of color #BA0CBD: hue angle of 298.98º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0CBD is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 12 189 -
CMYK 0.02 0.94 0 0.26
HSL 298.98º 0.88% 0.39% -
HSV(B) 298.98º 0.94% 0.74% -
XYZ 29.57 14.38 49.36 -
YUV 84.2 187.15 200.61 -
System Red Green Blue C M Y K H S L
Decimal 186 12 189 0.02 0.94 0 0.26 298.98 0.88 0.39
Hex BA C BD 2 5E 0 1A 12B 58 27
Octal 272 14 275 2 136 0 32 453 130 47
Binary 10111010 1100 10111101 10 1011110 0 11010 100101011 1011000 100111

Color Harmonies of #BA0CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0CBD

Black with #BA0CBD

Text Example


Text Example

White with #BA0CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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