Html Css Color HEX #BE136F Medium Violet Red

📋 copy color: '#BE136F'

red 190 ◦ green 19 ◦ blue 111

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

Shades of Medium Violet Red #BE136F

Tints of Medium Violet Red #BE136F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.69%

R = 59.38%
G = 5.94%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE136F (or 0xBE136F) is known color: Medium Violet Red. HEX triplet: BE, 13 and 6F. RGB value is (190,19,111). Sum of RGB (Red+Green+Blue) = 190+19+111=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE136F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE136F is #41EC90. Grayscale: #505050. Windows color (decimal): -4320401 or 7279550. OLE color: 7279550.

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

Color convert

RGB 190 19 111 -
CMYK 0 0.90 0.42 0.25
HSL 327.72º 0.82% 0.41% -
HSV(B) 327.72º 0.9% 0.75% -
XYZ 24.34 12.56 16.18 -
YUV 80.62 145.15 206.02 -
System Red Green Blue C M Y K H S L
Decimal 190 19 111 0 0.90 0.42 0.25 327.72 0.82 0.41
Hex BE 13 6F 0 5A 2A 19 148 52 29
Octal 276 23 157 0 132 52 31 510 122 51
Binary 10111110 10011 1101111 0 1011010 101010 11001 101001000 1010010 101001

Color Harmonies of #BE136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE136F

Black with #BE136F

Text Example


Text Example

White with #BE136F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE136F; }

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

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

background-color css

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

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

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

border-color css

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

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

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