Html Css Color HEX #BA03BB Deep Magenta

📋 copy color: '#BA03BB'

red 186 ◦ green 3 ◦ blue 187

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

Shades of Deep Magenta #BA03BB

Tints of Deep Magenta #BA03BB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

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

R = 49.47%
G = 0.8%
B = 49.73%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA03BB (or 0xBA03BB) is known color: Deep Magenta. HEX triplet: BA, 03 and BB. RGB value is (186,3,187). Sum of RGB (Red+Green+Blue) = 186+3+187=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA03BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA03BB is #45FC44. Grayscale: #4E4E4E. Windows color (decimal): -4586565 or 12256186. OLE color: 12256186.

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

Color convert

RGB 186 3 187 -
CMYK 0.01 0.98 0 0.27
HSL 299.67º 0.97% 0.37% -
HSV(B) 299.67º 0.98% 0.73% -
XYZ 29.25 14.09 48.19 -
YUV 78.69 189.13 204.54 -
System Red Green Blue C M Y K H S L
Decimal 186 3 187 0.01 0.98 0 0.27 299.67 0.97 0.37
Hex BA 3 BB 1 62 0 1B 12C 61 25
Octal 272 3 273 1 142 0 33 454 141 45
Binary 10111010 11 10111011 1 1100010 0 11011 100101100 1100001 100101

Color Harmonies of #BA03BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA03BB

Black with #BA03BB

Text Example


Text Example

White with #BA03BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA03BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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