Html Css Color HEX #BA1BD8 Deep Magenta

📋 copy color: '#BA1BD8'

red 186 ◦ green 27 ◦ blue 216

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

Shades of Deep Magenta #BA1BD8

Tints of Deep Magenta #BA1BD8

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.29%

 BLUE value IS 216 (84.77% from 255) = 50.35%

R = 43.36%
G = 6.29%
B = 50.35%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA1BD8 (or 0xBA1BD8) is known color: Deep Magenta. HEX triplet: BA, 1B and D8. RGB value is (186,27,216). Sum of RGB (Red+Green+Blue) = 186+27+216=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 27 (10.94% from 255 or 6.29% from 429); Blue value is 216 (84.77% from 255 or 50.35% from 429); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA1BD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1BD8 is #45E427. Grayscale: #5F5F5F. Windows color (decimal): -4580392 or 14162874. OLE color: 14162874.

HSL color Cylindrical-coordinate representation of color #BA1BD8: hue angle of 290.48º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1BD8 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 27 216 -
CMYK 0.14 0.88 0 0.15
HSL 290.48º 0.78% 0.48% -
HSV(B) 290.48º 0.88% 0.85% -
XYZ 33.04 16.18 66.35 -
YUV 96.09 195.68 192.13 -
System Red Green Blue C M Y K H S L
Decimal 186 27 216 0.14 0.88 0 0.15 290.48 0.78 0.48
Hex BA 1B D8 E 58 0 F 122 4E 30
Octal 272 33 330 16 130 0 17 442 116 60
Binary 10111010 11011 11011000 1110 1011000 0 1111 100100010 1001110 110000

Color Harmonies of #BA1BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1BD8

Black with #BA1BD8

Text Example


Text Example

White with #BA1BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1BD8; }

 p { color: rgb(186,27,216); }

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

background-color css

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

 a { background-color: rgb(186,27,216); }

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

border-color css

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

 span { border-color: rgb(186,27,216); }

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