Html Css Color HEX #BE136B Medium Violet Red

📋 copy color: '#BE136B'

red 190 ◦ green 19 ◦ blue 107

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

Shades of Medium Violet Red #BE136B

Tints of Medium Violet Red #BE136B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.86%

R = 60.13%
G = 6.01%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE136B (or 0xBE136B) is known color: Medium Violet Red. HEX triplet: BE, 13 and 6B. RGB value is (190,19,107). Sum of RGB (Red+Green+Blue) = 190+19+107=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE136B is #41EC94. Grayscale: #4F4F4F. Windows color (decimal): -4320405 or 7017406. OLE color: 7017406.

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

Color convert

RGB 190 19 107 -
CMYK 0 0.90 0.44 0.25
HSL 329.12º 0.82% 0.41% -
HSV(B) 329.12º 0.9% 0.75% -
XYZ 24.12 12.47 15.05 -
YUV 80.16 143.15 206.34 -
System Red Green Blue C M Y K H S L
Decimal 190 19 107 0 0.90 0.44 0.25 329.12 0.82 0.41
Hex BE 13 6B 0 5A 2C 19 149 52 29
Octal 276 23 153 0 132 54 31 511 122 51
Binary 10111110 10011 1101011 0 1011010 101100 11001 101001001 1010010 101001

Color Harmonies of #BE136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE136B

Black with #BE136B

Text Example


Text Example

White with #BE136B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE136B; }

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

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

background-color css

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

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

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

border-color css

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

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

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