Html Css Color HEX #BA0BDC Deep Magenta

📋 copy color: '#BA0BDC'

red 186 ◦ green 11 ◦ blue 220

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

Shades of Deep Magenta #BA0BDC

Tints of Deep Magenta #BA0BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.76%

R = 44.6%
G = 2.64%
B = 52.76%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA0BDC (or 0xBA0BDC) is known color: Deep Magenta. HEX triplet: BA, 0B and DC. RGB value is (186,11,220). Sum of RGB (Red+Green+Blue) = 186+11+220=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 11 (4.69% from 255 or 2.64% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA0BDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0BDC is #45F423. Grayscale: #565656. Windows color (decimal): -4584484 or 14420922. OLE color: 14420922.

HSL color Cylindrical-coordinate representation of color #BA0BDC: hue angle of 290.24º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0BDC is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 11 220 -
CMYK 0.15 0.95 0 0.14
HSL 290.24º 0.9% 0.45% -
HSV(B) 290.24º 0.95% 0.86% -
XYZ 33.29 15.85 69.01 -
YUV 87.15 202.98 198.51 -
System Red Green Blue C M Y K H S L
Decimal 186 11 220 0.15 0.95 0 0.14 290.24 0.9 0.45
Hex BA B DC F 5F 0 E 122 5A 2D
Octal 272 13 334 17 137 0 16 442 132 55
Binary 10111010 1011 11011100 1111 1011111 0 1110 100100010 1011010 101101

Color Harmonies of #BA0BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0BDC

Black with #BA0BDC

Text Example


Text Example

White with #BA0BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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