Html Css Color HEX #BE3A81 Medium Red Violet

📋 copy color: '#BE3A81'

red 190 ◦ green 58 ◦ blue 129

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

Shades of Medium Red Violet #BE3A81

Tints of Medium Red Violet #BE3A81

RGB

 RED value IS 190 (74.61% from 255) = 50.4%

 GREEN value IS 58 (23.05% from 255) = 15.38%

 BLUE value IS 129 (50.78% from 255) = 34.22%

R = 50.4%
G = 15.38%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE3A81 (or 0xBE3A81) is known color: Medium Red Violet. HEX triplet: BE, 3A and 81. RGB value is (190,58,129). Sum of RGB (Red+Green+Blue) = 190+58+129=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3A81 is #41C57E. Grayscale: #696969. Windows color (decimal): -4310399 or 8469182. OLE color: 8469182.

HSL color Cylindrical-coordinate representation of color #BE3A81: hue angle of 327.73º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE3A81 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 58 129 -
CMYK 0 0.69 0.32 0.25
HSL 327.73º 0.53% 0.49% -
HSV(B) 327.73º 0.69% 0.75% -
XYZ 26.71 15.56 22.36 -
YUV 105.56 141.23 188.23 -
System Red Green Blue C M Y K H S L
Decimal 190 58 129 0 0.69 0.32 0.25 327.73 0.53 0.49
Hex BE 3A 81 0 45 20 19 148 35 31
Octal 276 72 201 0 105 40 31 510 65 61
Binary 10111110 111010 10000001 0 1000101 100000 11001 101001000 110101 110001

Color Harmonies of #BE3A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A81

Black with #BE3A81

Text Example


Text Example

White with #BE3A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A81; }

 p { color: rgb(190,58,129); }

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

background-color css

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

 a { background-color: rgb(190,58,129); }

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

border-color css

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

 span { border-color: rgb(190,58,129); }

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