Html Css Color HEX #BE136D Medium Violet Red

📋 copy color: '#BE136D'

red 190 ◦ green 19 ◦ blue 109

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

Shades of Medium Violet Red #BE136D

Tints of Medium Violet Red #BE136D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 59.75%
G = 5.97%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE136D (or 0xBE136D) is known color: Medium Violet Red. HEX triplet: BE, 13 and 6D. RGB value is (190,19,109). Sum of RGB (Red+Green+Blue) = 190+19+109=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE136D is #41EC92. Grayscale: #505050. Windows color (decimal): -4320403 or 7148478. OLE color: 7148478.

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

Color convert

RGB 190 19 109 -
CMYK 0 0.90 0.43 0.25
HSL 328.42º 0.82% 0.41% -
HSV(B) 328.42º 0.9% 0.75% -
XYZ 24.23 12.52 15.61 -
YUV 80.39 144.15 206.18 -
System Red Green Blue C M Y K H S L
Decimal 190 19 109 0 0.90 0.43 0.25 328.42 0.82 0.41
Hex BE 13 6D 0 5A 2B 19 148 52 29
Octal 276 23 155 0 132 53 31 510 122 51
Binary 10111110 10011 1101101 0 1011010 101011 11001 101001000 1010010 101001

Color Harmonies of #BE136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE136D

Black with #BE136D

Text Example


Text Example

White with #BE136D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE136D; }

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

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

background-color css

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

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

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

border-color css

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

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

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