Html Css Color HEX #BA2E8B Medium Red Violet

📋 copy color: '#BA2E8B'

red 186 ◦ green 46 ◦ blue 139

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

Shades of Medium Red Violet #BA2E8B

Tints of Medium Red Violet #BA2E8B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.4%

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

R = 50.13%
G = 12.4%
B = 37.47%

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

#BA2E8B (or 0xBA2E8B) is known color: Medium Red Violet. HEX triplet: BA, 2E and 8B. RGB value is (186,46,139). Sum of RGB (Red+Green+Blue) = 186+46+139=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2E8B is #45D174. Grayscale: #626262. Windows color (decimal): -4575605 or 9121466. OLE color: 9121466.

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

Color convert

RGB 186 46 139 -
CMYK 0 0.75 0.25 0.27
HSL 320.14º 0.6% 0.45% -
HSV(B) 320.14º 0.75% 0.73% -
XYZ 25.89 14.26 25.81 -
YUV 98.46 150.88 190.44 -
System Red Green Blue C M Y K H S L
Decimal 186 46 139 0 0.75 0.25 0.27 320.14 0.6 0.45
Hex BA 2E 8B 0 4B 19 1B 140 3C 2D
Octal 272 56 213 0 113 31 33 500 74 55
Binary 10111010 101110 10001011 0 1001011 11001 11011 101000000 111100 101101

Color Harmonies of #BA2E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2E8B

Black with #BA2E8B

Text Example


Text Example

White with #BA2E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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