Html Css Color HEX #BE146C Medium Violet Red

📋 copy color: '#BE146C'

red 190 ◦ green 20 ◦ blue 108

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

Shades of Medium Violet Red #BE146C

Tints of Medium Violet Red #BE146C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 59.75%
G = 6.29%
B = 33.96%

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

#BE146C (or 0xBE146C) is known color: Medium Violet Red. HEX triplet: BE, 14 and 6C. RGB value is (190,20,108). Sum of RGB (Red+Green+Blue) = 190+20+108=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE146C is #41EB93. Grayscale: #505050. Windows color (decimal): -4320148 or 7083198. OLE color: 7083198.

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

Color convert

RGB 190 20 108 -
CMYK 0 0.89 0.43 0.25
HSL 328.94º 0.81% 0.41% -
HSV(B) 328.94º 0.89% 0.75% -
XYZ 24.19 12.53 15.33 -
YUV 80.86 143.32 205.84 -
System Red Green Blue C M Y K H S L
Decimal 190 20 108 0 0.89 0.43 0.25 328.94 0.81 0.41
Hex BE 14 6C 0 59 2B 19 149 51 29
Octal 276 24 154 0 131 53 31 511 121 51
Binary 10111110 10100 1101100 0 1011001 101011 11001 101001001 1010001 101001

Color Harmonies of #BE146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE146C

Black with #BE146C

Text Example


Text Example

White with #BE146C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE146C; }

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

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

background-color css

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

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

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

border-color css

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

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

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