Html Css Color HEX #BA07B8 Deep Magenta

📋 copy color: '#BA07B8'

red 186 ◦ green 7 ◦ blue 184

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

Shades of Deep Magenta #BA07B8

Tints of Deep Magenta #BA07B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 48.81%

R = 49.34%
G = 1.86%
B = 48.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA07B8 (or 0xBA07B8) is known color: Deep Magenta. HEX triplet: BA, 07 and B8. RGB value is (186,7,184). Sum of RGB (Red+Green+Blue) = 186+7+184=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 184 (72.27% from 255 or 48.81% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA07B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA07B8 is #45F847. Grayscale: #505050. Windows color (decimal): -4585544 or 12060602. OLE color: 12060602.

HSL color Cylindrical-coordinate representation of color #BA07B8: hue angle of 300.67º 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 #BA07B8 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 7 184 -
CMYK 0 0.96 0.01 0.27
HSL 300.67º 0.93% 0.38% -
HSV(B) 300.67º 0.96% 0.73% -
XYZ 28.98 14.05 46.53 -
YUV 80.7 186.3 203.11 -
System Red Green Blue C M Y K H S L
Decimal 186 7 184 0 0.96 0.01 0.27 300.67 0.93 0.38
Hex BA 7 B8 0 60 1 1B 12D 5D 26
Octal 272 7 270 0 140 1 33 455 135 46
Binary 10111010 111 10111000 0 1100000 1 11011 100101101 1011101 100110

Color Harmonies of #BA07B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA07B8

Black with #BA07B8

Text Example


Text Example

White with #BA07B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA07B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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