Html Css Color HEX #BA05D0 Deep Magenta

📋 copy color: '#BA05D0'

red 186 ◦ green 5 ◦ blue 208

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

Shades of Deep Magenta #BA05D0

Tints of Deep Magenta #BA05D0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.25%

 BLUE value IS 208 (81.64% from 255) = 52.13%

R = 46.62%
G = 1.25%
B = 52.13%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA05D0 (or 0xBA05D0) is known color: Deep Magenta. HEX triplet: BA, 05 and D0. RGB value is (186,5,208). Sum of RGB (Red+Green+Blue) = 186+5+208=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 208 (81.64% from 255 or 52.13% from 399); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA05D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA05D0 is #45FA2F. Grayscale: #515151. Windows color (decimal): -4586032 or 13632954. OLE color: 13632954.

HSL color Cylindrical-coordinate representation of color #BA05D0: hue angle of 293.5º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA05D0 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 5 208 -
CMYK 0.11 0.98 0 0.18
HSL 293.5º 0.95% 0.42% -
HSV(B) 293.5º 0.98% 0.82% -
XYZ 31.69 15.1 60.92 -
YUV 82.26 198.97 201.99 -
System Red Green Blue C M Y K H S L
Decimal 186 5 208 0.11 0.98 0 0.18 293.5 0.95 0.42
Hex BA 5 D0 B 62 0 12 125 5F 2A
Octal 272 5 320 13 142 0 22 445 137 52
Binary 10111010 101 11010000 1011 1100010 0 10010 100100101 1011111 101010

Color Harmonies of #BA05D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA05D0

Black with #BA05D0

Text Example


Text Example

White with #BA05D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA05D0; }

 p { color: rgb(186,5,208); }

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

background-color css

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

 a { background-color: rgb(186,5,208); }

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

border-color css

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

 span { border-color: rgb(186,5,208); }

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