Html Css Color HEX #BA1EBB Deep Magenta

📋 copy color: '#BA1EBB'

red 186 ◦ green 30 ◦ blue 187

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

Shades of Deep Magenta #BA1EBB

Tints of Deep Magenta #BA1EBB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.44%

 BLUE value IS 187 (73.44% from 255) = 46.4%

R = 46.15%
G = 7.44%
B = 46.4%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA1EBB (or 0xBA1EBB) is known color: Deep Magenta. HEX triplet: BA, 1E and BB. RGB value is (186,30,187). Sum of RGB (Red+Green+Blue) = 186+30+187=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 30 (12.11% from 255 or 7.44% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA1EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1EBB is #45E144. Grayscale: #5E5E5E. Windows color (decimal): -4579653 or 12263098. OLE color: 12263098.

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

Color convert

RGB 186 30 187 -
CMYK 0.01 0.84 0 0.27
HSL 299.62º 0.72% 0.43% -
HSV(B) 299.62º 0.84% 0.73% -
XYZ 29.68 14.96 48.34 -
YUV 94.54 180.18 193.23 -
System Red Green Blue C M Y K H S L
Decimal 186 30 187 0.01 0.84 0 0.27 299.62 0.72 0.43
Hex BA 1E BB 1 54 0 1B 12C 48 2B
Octal 272 36 273 1 124 0 33 454 110 53
Binary 10111010 11110 10111011 1 1010100 0 11011 100101100 1001000 101011

Color Harmonies of #BA1EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1EBB

Black with #BA1EBB

Text Example


Text Example

White with #BA1EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1EBB; }

 p { color: rgb(186,30,187); }

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

background-color css

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

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

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

border-color css

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

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

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