Html Css Color HEX #BA1BD9 Deep Magenta

📋 copy color: '#BA1BD9'

red 186 ◦ green 27 ◦ blue 217

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

Shades of Deep Magenta #BA1BD9

Tints of Deep Magenta #BA1BD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 50.47%

R = 43.26%
G = 6.28%
B = 50.47%

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

#BA1BD9 (or 0xBA1BD9) is known color: Deep Magenta. HEX triplet: BA, 1B and D9. RGB value is (186,27,217). Sum of RGB (Red+Green+Blue) = 186+27+217=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 27 (10.94% from 255 or 6.28% from 430); Blue value is 217 (85.16% from 255 or 50.47% from 430); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA1BD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1BD9 is #45E426. Grayscale: #5F5F5F. Windows color (decimal): -4580391 or 14228410. OLE color: 14228410.

HSL color Cylindrical-coordinate representation of color #BA1BD9: hue angle of 290.21º 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 #BA1BD9 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 27 217 -
CMYK 0.14 0.88 0 0.15
HSL 290.21º 0.78% 0.48% -
HSV(B) 290.21º 0.88% 0.85% -
XYZ 33.17 16.23 67.03 -
YUV 96.2 196.18 192.05 -
System Red Green Blue C M Y K H S L
Decimal 186 27 217 0.14 0.88 0 0.15 290.21 0.78 0.48
Hex BA 1B D9 E 58 0 F 122 4E 30
Octal 272 33 331 16 130 0 17 442 116 60
Binary 10111010 11011 11011001 1110 1011000 0 1111 100100010 1001110 110000

Color Harmonies of #BA1BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1BD9

Black with #BA1BD9

Text Example


Text Example

White with #BA1BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1BD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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