Html Css Color HEX #BA27A3 Medium Red Violet

📋 copy color: '#BA27A3'

red 186 ◦ green 39 ◦ blue 163

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

Shades of Medium Red Violet #BA27A3

Tints of Medium Red Violet #BA27A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 42.01%

R = 47.94%
G = 10.05%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BA27A3 (or 0xBA27A3) is known color: Medium Red Violet. HEX triplet: BA, 27 and A3. RGB value is (186,39,163). Sum of RGB (Red+Green+Blue) = 186+39+163=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 39 (15.62% from 255 or 10.05% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA27A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA27A3 is #45D85C. Grayscale: #606060. Windows color (decimal): -4577373 or 10692538. OLE color: 10692538.

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

Color convert

RGB 186 39 163 -
CMYK 0 0.79 0.12 0.27
HSL 309.39º 0.65% 0.44% -
HSV(B) 309.39º 0.79% 0.73% -
XYZ 27.59 14.53 36 -
YUV 97.09 165.2 191.42 -
System Red Green Blue C M Y K H S L
Decimal 186 39 163 0 0.79 0.12 0.27 309.39 0.65 0.44
Hex BA 27 A3 0 4F C 1B 135 41 2C
Octal 272 47 243 0 117 14 33 465 101 54
Binary 10111010 100111 10100011 0 1001111 1100 11011 100110101 1000001 101100

Color Harmonies of #BA27A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA27A3

Black with #BA27A3

Text Example


Text Example

White with #BA27A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA27A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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