Html Css Color HEX #BA05D2 Deep Magenta

📋 copy color: '#BA05D2'

red 186 ◦ green 5 ◦ blue 210

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

Shades of Deep Magenta #BA05D2

Tints of Deep Magenta #BA05D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 52.37%

R = 46.38%
G = 1.25%
B = 52.37%

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

#BA05D2 (or 0xBA05D2) is known color: Deep Magenta. HEX triplet: BA, 05 and D2. RGB value is (186,5,210). Sum of RGB (Red+Green+Blue) = 186+5+210=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 210 (82.42% from 255 or 52.37% from 401); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA05D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA05D2 is #45FA2D. Grayscale: #515151. Windows color (decimal): -4586030 or 13764026. OLE color: 13764026.

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

Color convert

RGB 186 5 210 -
CMYK 0.11 0.98 0 0.18
HSL 292.98º 0.95% 0.42% -
HSV(B) 292.98º 0.98% 0.82% -
XYZ 31.94 15.2 62.22 -
YUV 82.49 199.97 201.83 -
System Red Green Blue C M Y K H S L
Decimal 186 5 210 0.11 0.98 0 0.18 292.98 0.95 0.42
Hex BA 5 D2 B 62 0 12 125 5F 2A
Octal 272 5 322 13 142 0 22 445 137 52
Binary 10111010 101 11010010 1011 1100010 0 10010 100100101 1011111 101010

Color Harmonies of #BA05D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA05D2

Black with #BA05D2

Text Example


Text Example

White with #BA05D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA05D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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