Html Css Color HEX #BA0DBB Deep Magenta

📋 copy color: '#BA0DBB'

red 186 ◦ green 13 ◦ blue 187

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

Shades of Deep Magenta #BA0DBB

Tints of Deep Magenta #BA0DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.45%

R = 48.19%
G = 3.37%
B = 48.45%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA0DBB (or 0xBA0DBB) is known color: Deep Magenta. HEX triplet: BA, 0D and BB. RGB value is (186,13,187). Sum of RGB (Red+Green+Blue) = 186+13+187=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 13 (5.47% from 255 or 3.37% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA0DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0DBB is #45F244. Grayscale: #545454. Windows color (decimal): -4584005 or 12258746. OLE color: 12258746.

HSL color Cylindrical-coordinate representation of color #BA0DBB: hue angle of 299.66º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0DBB is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 13 187 -
CMYK 0.01 0.93 0 0.27
HSL 299.66º 0.87% 0.39% -
HSV(B) 299.66º 0.93% 0.73% -
XYZ 29.36 14.31 48.23 -
YUV 84.56 185.81 200.35 -
System Red Green Blue C M Y K H S L
Decimal 186 13 187 0.01 0.93 0 0.27 299.66 0.87 0.39
Hex BA D BB 1 5D 0 1B 12C 57 27
Octal 272 15 273 1 135 0 33 454 127 47
Binary 10111010 1101 10111011 1 1011101 0 11011 100101100 1010111 100111

Color Harmonies of #BA0DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0DBB

Black with #BA0DBB

Text Example


Text Example

White with #BA0DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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