Html Css Color HEX #BA27A8 Medium Red Violet

📋 copy color: '#BA27A8'

red 186 ◦ green 39 ◦ blue 168

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

Shades of Medium Red Violet #BA27A8

Tints of Medium Red Violet #BA27A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.75%

R = 47.33%
G = 9.92%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA27A8 (or 0xBA27A8) is known color: Medium Red Violet. HEX triplet: BA, 27 and A8. RGB value is (186,39,168). Sum of RGB (Red+Green+Blue) = 186+39+168=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA27A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA27A8 is #45D857. Grayscale: #616161. Windows color (decimal): -4577368 or 11020218. OLE color: 11020218.

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

Color convert

RGB 186 39 168 -
CMYK 0 0.79 0.10 0.27
HSL 307.35º 0.65% 0.44% -
HSV(B) 307.35º 0.79% 0.73% -
XYZ 28.04 14.72 38.41 -
YUV 97.66 167.7 191.01 -
System Red Green Blue C M Y K H S L
Decimal 186 39 168 0 0.79 0.10 0.27 307.35 0.65 0.44
Hex BA 27 A8 0 4F A 1B 133 41 2C
Octal 272 47 250 0 117 12 33 463 101 54
Binary 10111010 100111 10101000 0 1001111 1010 11011 100110011 1000001 101100

Color Harmonies of #BA27A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA27A8

Black with #BA27A8

Text Example


Text Example

White with #BA27A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA27A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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