Html Css Color HEX #BA0FBB Deep Magenta

📋 copy color: '#BA0FBB'

red 186 ◦ green 15 ◦ blue 187

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

Shades of Deep Magenta #BA0FBB

Tints of Deep Magenta #BA0FBB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.87%

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

R = 47.94%
G = 3.87%
B = 48.2%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA0FBB (or 0xBA0FBB) is known color: Deep Magenta. HEX triplet: BA, 0F and BB. RGB value is (186,15,187). Sum of RGB (Red+Green+Blue) = 186+15+187=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA0FBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0FBB is #45F044. Grayscale: #555555. Windows color (decimal): -4583493 or 12259258. OLE color: 12259258.

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

Color convert

RGB 186 15 187 -
CMYK 0.01 0.92 0 0.27
HSL 299.65º 0.85% 0.4% -
HSV(B) 299.65º 0.92% 0.73% -
XYZ 29.39 14.37 48.24 -
YUV 85.74 185.15 199.51 -
System Red Green Blue C M Y K H S L
Decimal 186 15 187 0.01 0.92 0 0.27 299.65 0.85 0.4
Hex BA F BB 1 5C 0 1B 12C 55 28
Octal 272 17 273 1 134 0 33 454 125 50
Binary 10111010 1111 10111011 1 1011100 0 11011 100101100 1010101 101000

Color Harmonies of #BA0FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0FBB

Black with #BA0FBB

Text Example


Text Example

White with #BA0FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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