Html Css Color HEX #BE137F Medium Violet Red

📋 copy color: '#BE137F'

red 190 ◦ green 19 ◦ blue 127

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

Shades of Medium Violet Red #BE137F

Tints of Medium Violet Red #BE137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.65%

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

R = 56.55%
G = 5.65%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE137F (or 0xBE137F) is known color: Medium Violet Red. HEX triplet: BE, 13 and 7F. RGB value is (190,19,127). Sum of RGB (Red+Green+Blue) = 190+19+127=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE137F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE137F is #41EC80. Grayscale: #525252. Windows color (decimal): -4320385 or 8328126. OLE color: 8328126.

HSL color Cylindrical-coordinate representation of color #BE137F: hue angle of 322.11º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE137F is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 19 127 -
CMYK 0 0.90 0.33 0.25
HSL 322.11º 0.82% 0.41% -
HSV(B) 322.11º 0.9% 0.75% -
XYZ 25.3 12.95 21.24 -
YUV 82.44 153.15 204.72 -
System Red Green Blue C M Y K H S L
Decimal 190 19 127 0 0.90 0.33 0.25 322.11 0.82 0.41
Hex BE 13 7F 0 5A 21 19 142 52 29
Octal 276 23 177 0 132 41 31 502 122 51
Binary 10111110 10011 1111111 0 1011010 100001 11001 101000010 1010010 101001

Color Harmonies of #BE137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE137F

Black with #BE137F

Text Example


Text Example

White with #BE137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE137F; }

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

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

background-color css

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

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

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

border-color css

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

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

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