Html Css Color HEX #BA1FBA Deep Magenta

📋 copy color: '#BA1FBA'

red 186 ◦ green 31 ◦ blue 186

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

Shades of Deep Magenta #BA1FBA

Tints of Deep Magenta #BA1FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.69%

 BLUE value IS 186 (73.05% from 255) = 46.15%

R = 46.15%
G = 7.69%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA1FBA (or 0xBA1FBA) is known color: Deep Magenta. HEX triplet: BA, 1F and BA. RGB value is (186,31,186). Sum of RGB (Red+Green+Blue) = 186+31+186=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 31 (12.5% from 255 or 7.69% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA1FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1FBA is #45E045. Grayscale: #5E5E5E. Windows color (decimal): -4579398 or 12197818. OLE color: 12197818.

HSL color Cylindrical-coordinate representation of color #BA1FBA: hue angle of 300º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA1FBA is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 31 186 -
CMYK 0 0.83 0 0.27
HSL 300º 0.71% 0.43% -
HSV(B) 300º 0.83% 0.73% -
XYZ 29.6 14.96 47.78 -
YUV 95.02 179.35 192.9 -
System Red Green Blue C M Y K H S L
Decimal 186 31 186 0 0.83 0 0.27 300 0.71 0.43
Hex BA 1F BA 0 53 0 1B 12C 47 2B
Octal 272 37 272 0 123 0 33 454 107 53
Binary 10111010 11111 10111010 0 1010011 0 11011 100101100 1000111 101011

Color Harmonies of #BA1FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1FBA

Black with #BA1FBA

Text Example


Text Example

White with #BA1FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1FBA; }

 p { color: rgb(186,31,186); }

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

background-color css

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

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

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

border-color css

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

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

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