Html Css Color HEX #BA00BB Deep Magenta

📋 copy color: '#BA00BB'

red 186 ◦ green 0 ◦ blue 187

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

Shades of Deep Magenta #BA00BB

Tints of Deep Magenta #BA00BB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.87%
G = 0%
B = 50.13%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA00BB (or 0xBA00BB) is known color: Deep Magenta. HEX triplet: BA, 00 and BB. RGB value is (186,0,187). Sum of RGB (Red+Green+Blue) = 186+0+187=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA00BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00BB is #45FF44. Grayscale: #4C4C4C. Windows color (decimal): -4587333 or 12255418. OLE color: 12255418.

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

Color convert

RGB 186 0 187 -
CMYK 0.01 1 0 0.27
HSL 299.68º 1% 0.37% -
HSV(B) 299.68º 1% 0.73% -
XYZ 29.22 14.03 48.18 -
YUV 76.93 190.12 205.79 -
System Red Green Blue C M Y K H S L
Decimal 186 0 187 0.01 1 0 0.27 299.68 1 0.37
Hex BA 0 BB 1 64 0 1B 12C 64 25
Octal 272 0 273 1 144 0 33 454 144 45
Binary 10111010 0 10111011 1 1100100 0 11011 100101100 1100100 100101

Color Harmonies of #BA00BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA00BB

Black with #BA00BB

Text Example


Text Example

White with #BA00BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA00BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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