Html Css Color HEX #BA279B Medium Red Violet

📋 copy color: '#BA279B'

red 186 ◦ green 39 ◦ blue 155

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

Shades of Medium Red Violet #BA279B

Tints of Medium Red Violet #BA279B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.26%

 BLUE value IS 155 (60.94% from 255) = 40.79%

R = 48.95%
G = 10.26%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA279B (or 0xBA279B) is known color: Medium Red Violet. HEX triplet: BA, 27 and 9B. RGB value is (186,39,155). Sum of RGB (Red+Green+Blue) = 186+39+155=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA279B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA279B is #45D864. Grayscale: #5F5F5F. Windows color (decimal): -4577381 or 10168250. OLE color: 10168250.

HSL color Cylindrical-coordinate representation of color #BA279B: hue angle of 312.65º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA279B is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 39 155 -
CMYK 0 0.79 0.17 0.27
HSL 312.65º 0.65% 0.44% -
HSV(B) 312.65º 0.79% 0.73% -
XYZ 26.89 14.26 32.34 -
YUV 96.18 161.2 192.07 -
System Red Green Blue C M Y K H S L
Decimal 186 39 155 0 0.79 0.17 0.27 312.65 0.65 0.44
Hex BA 27 9B 0 4F 11 1B 139 41 2C
Octal 272 47 233 0 117 21 33 471 101 54
Binary 10111010 100111 10011011 0 1001111 10001 11011 100111001 1000001 101100

Color Harmonies of #BA279B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA279B

Black with #BA279B

Text Example


Text Example

White with #BA279B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA279B; }

 p { color: rgb(186,39,155); }

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

background-color css

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

 a { background-color: rgb(186,39,155); }

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

border-color css

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

 span { border-color: rgb(186,39,155); }

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