Html Css Color HEX #BA0DCB Deep Magenta

📋 copy color: '#BA0DCB'

red 186 ◦ green 13 ◦ blue 203

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

Shades of Deep Magenta #BA0DCB

Tints of Deep Magenta #BA0DCB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.23%

 BLUE value IS 203 (79.69% from 255) = 50.5%

R = 46.27%
G = 3.23%
B = 50.5%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA0DCB (or 0xBA0DCB) is known color: Deep Magenta. HEX triplet: BA, 0D and CB. RGB value is (186,13,203). Sum of RGB (Red+Green+Blue) = 186+13+203=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA0DCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0DCB is #45F234. Grayscale: #555555. Windows color (decimal): -4583989 or 13307322. OLE color: 13307322.

HSL color Cylindrical-coordinate representation of color #BA0DCB: hue angle of 294.63º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0DCB is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 13 203 -
CMYK 0.08 0.94 0 0.20
HSL 294.63º 0.88% 0.42% -
HSV(B) 294.63º 0.94% 0.8% -
XYZ 31.17 15.04 57.76 -
YUV 86.39 193.81 199.05 -
System Red Green Blue C M Y K H S L
Decimal 186 13 203 0.08 0.94 0 0.20 294.63 0.88 0.42
Hex BA D CB 8 5E 0 14 127 58 2A
Octal 272 15 313 10 136 0 24 447 130 52
Binary 10111010 1101 11001011 1000 1011110 0 10100 100100111 1011000 101010

Color Harmonies of #BA0DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0DCB

Black with #BA0DCB

Text Example


Text Example

White with #BA0DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0DCB; }

 p { color: rgb(186,13,203); }

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

background-color css

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

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

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

border-color css

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

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

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