Html Css Color HEX #BA05BB Deep Magenta

📋 copy color: '#BA05BB'

red 186 ◦ green 5 ◦ blue 187

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

Shades of Deep Magenta #BA05BB

Tints of Deep Magenta #BA05BB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.32%

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

R = 49.21%
G = 1.32%
B = 49.47%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA05BB (or 0xBA05BB) is known color: Deep Magenta. HEX triplet: BA, 05 and BB. RGB value is (186,5,187). Sum of RGB (Red+Green+Blue) = 186+5+187=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA05BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA05BB is #45FA44. Grayscale: #4F4F4F. Windows color (decimal): -4586053 or 12256698. OLE color: 12256698.

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

Color convert

RGB 186 5 187 -
CMYK 0.01 0.97 0 0.27
HSL 299.67º 0.95% 0.38% -
HSV(B) 299.67º 0.97% 0.73% -
XYZ 29.27 14.14 48.2 -
YUV 79.87 188.47 203.7 -
System Red Green Blue C M Y K H S L
Decimal 186 5 187 0.01 0.97 0 0.27 299.67 0.95 0.38
Hex BA 5 BB 1 61 0 1B 12C 5F 26
Octal 272 5 273 1 141 0 33 454 137 46
Binary 10111010 101 10111011 1 1100001 0 11011 100101100 1011111 100110

Color Harmonies of #BA05BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA05BB

Black with #BA05BB

Text Example


Text Example

White with #BA05BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA05BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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