Html Css Color HEX #BA27A2 Medium Red Violet

📋 copy color: '#BA27A2'

red 186 ◦ green 39 ◦ blue 162

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

Shades of Medium Red Violet #BA27A2

Tints of Medium Red Violet #BA27A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.86%

R = 48.06%
G = 10.08%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA27A2 (or 0xBA27A2) is known color: Medium Red Violet. HEX triplet: BA, 27 and A2. RGB value is (186,39,162). Sum of RGB (Red+Green+Blue) = 186+39+162=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 39 (15.62% from 255 or 10.08% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA27A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA27A2 is #45D85D. Grayscale: #606060. Windows color (decimal): -4577374 or 10627002. OLE color: 10627002.

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

Color convert

RGB 186 39 162 -
CMYK 0 0.79 0.13 0.27
HSL 309.8º 0.65% 0.44% -
HSV(B) 309.8º 0.79% 0.73% -
XYZ 27.5 14.5 35.53 -
YUV 96.98 164.7 191.5 -
System Red Green Blue C M Y K H S L
Decimal 186 39 162 0 0.79 0.13 0.27 309.8 0.65 0.44
Hex BA 27 A2 0 4F D 1B 136 41 2C
Octal 272 47 242 0 117 15 33 466 101 54
Binary 10111010 100111 10100010 0 1001111 1101 11011 100110110 1000001 101100

Color Harmonies of #BA27A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA27A2

Black with #BA27A2

Text Example


Text Example

White with #BA27A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA27A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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