Html Css Color HEX #BE3A7F Medium Red Violet

📋 copy color: '#BE3A7F'

red 190 ◦ green 58 ◦ blue 127

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

Shades of Medium Red Violet #BE3A7F

Tints of Medium Red Violet #BE3A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.87%

R = 50.67%
G = 15.47%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE3A7F (or 0xBE3A7F) is known color: Medium Red Violet. HEX triplet: BE, 3A and 7F. RGB value is (190,58,127). Sum of RGB (Red+Green+Blue) = 190+58+127=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3A7F is #41C580. Grayscale: #696969. Windows color (decimal): -4310401 or 8338110. OLE color: 8338110.

HSL color Cylindrical-coordinate representation of color #BE3A7F: hue angle of 328.64º 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 #BE3A7F is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 58 127 -
CMYK 0 0.69 0.33 0.25
HSL 328.64º 0.53% 0.49% -
HSV(B) 328.64º 0.69% 0.75% -
XYZ 26.58 15.51 21.67 -
YUV 105.33 140.23 188.39 -
System Red Green Blue C M Y K H S L
Decimal 190 58 127 0 0.69 0.33 0.25 328.64 0.53 0.49
Hex BE 3A 7F 0 45 21 19 149 35 31
Octal 276 72 177 0 105 41 31 511 65 61
Binary 10111110 111010 1111111 0 1000101 100001 11001 101001001 110101 110001

Color Harmonies of #BE3A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A7F

Black with #BE3A7F

Text Example


Text Example

White with #BE3A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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