Html Css Color HEX #BA087B Medium Violet Red

📋 copy color: '#BA087B'

red 186 ◦ green 8 ◦ blue 123

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

Shades of Medium Violet Red #BA087B

Tints of Medium Violet Red #BA087B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.8%

R = 58.68%
G = 2.52%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA087B (or 0xBA087B) is known color: Medium Violet Red. HEX triplet: BA, 08 and 7B. RGB value is (186,8,123). Sum of RGB (Red+Green+Blue) = 186+8+123=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA087B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA087B is #45F784. Grayscale: #4A4A4A. Windows color (decimal): -4585349 or 8063162. OLE color: 8063162.

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

Color convert

RGB 186 8 123 -
CMYK 0 0.96 0.34 0.27
HSL 321.24º 0.92% 0.38% -
HSV(B) 321.24º 0.96% 0.73% -
XYZ 23.91 12.04 19.8 -
YUV 74.33 155.47 207.65 -
System Red Green Blue C M Y K H S L
Decimal 186 8 123 0 0.96 0.34 0.27 321.24 0.92 0.38
Hex BA 8 7B 0 60 22 1B 141 5C 26
Octal 272 10 173 0 140 42 33 501 134 46
Binary 10111010 1000 1111011 0 1100000 100010 11011 101000001 1011100 100110

Color Harmonies of #BA087B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA087B

Black with #BA087B

Text Example


Text Example

White with #BA087B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA087B; }

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

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

background-color css

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

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

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

border-color css

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

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

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