Html Css Color HEX #BA1F9A Medium Violet Red

📋 copy color: '#BA1F9A'

red 186 ◦ green 31 ◦ blue 154

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

Shades of Medium Violet Red #BA1F9A

Tints of Medium Violet Red #BA1F9A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.36%

 BLUE value IS 154 (60.55% from 255) = 41.51%

R = 50.13%
G = 8.36%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA1F9A (or 0xBA1F9A) is known color: Medium Violet Red. HEX triplet: BA, 1F and 9A. RGB value is (186,31,154). Sum of RGB (Red+Green+Blue) = 186+31+154=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1F9A is #45E065. Grayscale: #5B5B5B. Windows color (decimal): -4579430 or 10100666. OLE color: 10100666.

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

Color convert

RGB 186 31 154 -
CMYK 0 0.83 0.17 0.27
HSL 312.39º 0.71% 0.43% -
HSV(B) 312.39º 0.83% 0.73% -
XYZ 26.57 13.75 31.83 -
YUV 91.37 163.35 195.5 -
System Red Green Blue C M Y K H S L
Decimal 186 31 154 0 0.83 0.17 0.27 312.39 0.71 0.43
Hex BA 1F 9A 0 53 11 1B 138 47 2B
Octal 272 37 232 0 123 21 33 470 107 53
Binary 10111010 11111 10011010 0 1010011 10001 11011 100111000 1000111 101011

Color Harmonies of #BA1F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F9A

Black with #BA1F9A

Text Example


Text Example

White with #BA1F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F9A; }

 p { color: rgb(186,31,154); }

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

background-color css

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

 a { background-color: rgb(186,31,154); }

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

border-color css

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

 span { border-color: rgb(186,31,154); }

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