Html Css Color HEX #BA2F8B Medium Red Violet

📋 copy color: '#BA2F8B'

red 186 ◦ green 47 ◦ blue 139

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

Shades of Medium Red Violet #BA2F8B

Tints of Medium Red Violet #BA2F8B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.63%

 BLUE value IS 139 (54.69% from 255) = 37.37%

R = 50%
G = 12.63%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA2F8B (or 0xBA2F8B) is known color: Medium Red Violet. HEX triplet: BA, 2F and 8B. RGB value is (186,47,139). Sum of RGB (Red+Green+Blue) = 186+47+139=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 47 (18.75% from 255 or 12.63% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2F8B is #45D074. Grayscale: #626262. Windows color (decimal): -4575349 or 9121722. OLE color: 9121722.

HSL color Cylindrical-coordinate representation of color #BA2F8B: hue angle of 320.29º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2F8B is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 47 139 -
CMYK 0 0.75 0.25 0.27
HSL 320.29º 0.6% 0.46% -
HSV(B) 320.29º 0.75% 0.73% -
XYZ 25.93 14.34 25.83 -
YUV 99.05 150.55 190.02 -
System Red Green Blue C M Y K H S L
Decimal 186 47 139 0 0.75 0.25 0.27 320.29 0.6 0.46
Hex BA 2F 8B 0 4B 19 1B 140 3C 2E
Octal 272 57 213 0 113 31 33 500 74 56
Binary 10111010 101111 10001011 0 1001011 11001 11011 101000000 111100 101110

Color Harmonies of #BA2F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F8B

Black with #BA2F8B

Text Example


Text Example

White with #BA2F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F8B; }

 p { color: rgb(186,47,139); }

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

background-color css

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

 a { background-color: rgb(186,47,139); }

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

border-color css

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

 span { border-color: rgb(186,47,139); }

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