Html Css Color HEX #BA087E Medium Violet Red

📋 copy color: '#BA087E'

red 186 ◦ green 8 ◦ blue 126

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

Shades of Medium Violet Red #BA087E

Tints of Medium Violet Red #BA087E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.5%

 BLUE value IS 126 (49.61% from 255) = 39.38%

R = 58.13%
G = 2.5%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA087E (or 0xBA087E) is known color: Medium Violet Red. HEX triplet: BA, 08 and 7E. RGB value is (186,8,126). Sum of RGB (Red+Green+Blue) = 186+8+126=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA087E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA087E is #45F781. Grayscale: #4A4A4A. Windows color (decimal): -4585346 or 8259770. OLE color: 8259770.

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

Color convert

RGB 186 8 126 -
CMYK 0 0.96 0.32 0.27
HSL 320.22º 0.92% 0.38% -
HSV(B) 320.22º 0.96% 0.73% -
XYZ 24.1 12.12 20.81 -
YUV 74.67 156.97 207.41 -
System Red Green Blue C M Y K H S L
Decimal 186 8 126 0 0.96 0.32 0.27 320.22 0.92 0.38
Hex BA 8 7E 0 60 20 1B 140 5C 26
Octal 272 10 176 0 140 40 33 500 134 46
Binary 10111010 1000 1111110 0 1100000 100000 11011 101000000 1011100 100110

Color Harmonies of #BA087E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA087E

Black with #BA087E

Text Example


Text Example

White with #BA087E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA087E; }

 p { color: rgb(186,8,126); }

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

background-color css

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

 a { background-color: rgb(186,8,126); }

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

border-color css

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

 span { border-color: rgb(186,8,126); }

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