Html Css Color HEX #BE146D Medium Violet Red

📋 copy color: '#BE146D'

red 190 ◦ green 20 ◦ blue 109

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

Shades of Medium Violet Red #BE146D

Tints of Medium Violet Red #BE146D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.27%

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

R = 59.56%
G = 6.27%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE146D (or 0xBE146D) is known color: Medium Violet Red. HEX triplet: BE, 14 and 6D. RGB value is (190,20,109). Sum of RGB (Red+Green+Blue) = 190+20+109=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE146D is #41EB92. Grayscale: #505050. Windows color (decimal): -4320147 or 7148734. OLE color: 7148734.

HSL color Cylindrical-coordinate representation of color #BE146D: hue angle of 328.59º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE146D is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 20 109 -
CMYK 0 0.89 0.43 0.25
HSL 328.59º 0.81% 0.41% -
HSV(B) 328.59º 0.89% 0.75% -
XYZ 24.25 12.55 15.61 -
YUV 80.98 143.82 205.76 -
System Red Green Blue C M Y K H S L
Decimal 190 20 109 0 0.89 0.43 0.25 328.59 0.81 0.41
Hex BE 14 6D 0 59 2B 19 149 51 29
Octal 276 24 155 0 131 53 31 511 121 51
Binary 10111110 10100 1101101 0 1011001 101011 11001 101001001 1010001 101001

Color Harmonies of #BE146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE146D

Black with #BE146D

Text Example


Text Example

White with #BE146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE146D; }

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

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

background-color css

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

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

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

border-color css

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

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

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