Html Css Color HEX #BA05D1 Deep Magenta

📋 copy color: '#BA05D1'

red 186 ◦ green 5 ◦ blue 209

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

Shades of Deep Magenta #BA05D1

Tints of Deep Magenta #BA05D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 52.25%

R = 46.5%
G = 1.25%
B = 52.25%

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

#BA05D1 (or 0xBA05D1) is known color: Deep Magenta. HEX triplet: BA, 05 and D1. RGB value is (186,5,209). Sum of RGB (Red+Green+Blue) = 186+5+209=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA05D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA05D1 is #45FA2E. Grayscale: #515151. Windows color (decimal): -4586031 or 13698490. OLE color: 13698490.

HSL color Cylindrical-coordinate representation of color #BA05D1: hue angle of 293.24º 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 #BA05D1 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 5 209 -
CMYK 0.11 0.98 0 0.18
HSL 293.24º 0.95% 0.42% -
HSV(B) 293.24º 0.98% 0.82% -
XYZ 31.81 15.15 61.57 -
YUV 82.38 199.47 201.91 -
System Red Green Blue C M Y K H S L
Decimal 186 5 209 0.11 0.98 0 0.18 293.24 0.95 0.42
Hex BA 5 D1 B 62 0 12 125 5F 2A
Octal 272 5 321 13 142 0 22 445 137 52
Binary 10111010 101 11010001 1011 1100010 0 10010 100100101 1011111 101010

Color Harmonies of #BA05D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA05D1

Black with #BA05D1

Text Example


Text Example

White with #BA05D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA05D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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