Html Css Color HEX #BA07B0 Deep Magenta

📋 copy color: '#BA07B0'

red 186 ◦ green 7 ◦ blue 176

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

Shades of Deep Magenta #BA07B0

Tints of Deep Magenta #BA07B0

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.9%

 BLUE value IS 176 (69.14% from 255) = 47.7%

R = 50.41%
G = 1.9%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA07B0 (or 0xBA07B0) is known color: Deep Magenta. HEX triplet: BA, 07 and B0. RGB value is (186,7,176). Sum of RGB (Red+Green+Blue) = 186+7+176=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 7 (3.12% from 255 or 1.90% from 369); Blue value is 176 (69.14% from 255 or 47.70% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA07B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA07B0 is #45F84F. Grayscale: #4F4F4F. Windows color (decimal): -4585552 or 11536314. OLE color: 11536314.

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

Color convert

RGB 186 7 176 -
CMYK 0 0.96 0.05 0.27
HSL 303.35º 0.93% 0.38% -
HSV(B) 303.35º 0.96% 0.73% -
XYZ 28.16 13.73 42.24 -
YUV 79.79 182.3 203.76 -
System Red Green Blue C M Y K H S L
Decimal 186 7 176 0 0.96 0.05 0.27 303.35 0.93 0.38
Hex BA 7 B0 0 60 5 1B 12F 5D 26
Octal 272 7 260 0 140 5 33 457 135 46
Binary 10111010 111 10110000 0 1100000 101 11011 100101111 1011101 100110

Color Harmonies of #BA07B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA07B0

Black with #BA07B0

Text Example


Text Example

White with #BA07B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA07B0; }

 p { color: rgb(186,7,176); }

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

background-color css

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

 a { background-color: rgb(186,7,176); }

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

border-color css

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

 span { border-color: rgb(186,7,176); }

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