Html Css Color HEX #BE147D Medium Violet Red

📋 copy color: '#BE147D'

red 190 ◦ green 20 ◦ blue 125

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

Shades of Medium Violet Red #BE147D

Tints of Medium Violet Red #BE147D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.31%

R = 56.72%
G = 5.97%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE147D (or 0xBE147D) is known color: Medium Violet Red. HEX triplet: BE, 14 and 7D. RGB value is (190,20,125). Sum of RGB (Red+Green+Blue) = 190+20+125=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE147D is #41EB82. Grayscale: #525252. Windows color (decimal): -4320131 or 8197310. OLE color: 8197310.

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

Color convert

RGB 190 20 125 -
CMYK 0 0.89 0.34 0.25
HSL 322.94º 0.81% 0.41% -
HSV(B) 322.94º 0.89% 0.75% -
XYZ 25.19 12.93 20.57 -
YUV 82.8 151.82 204.46 -
System Red Green Blue C M Y K H S L
Decimal 190 20 125 0 0.89 0.34 0.25 322.94 0.81 0.41
Hex BE 14 7D 0 59 22 19 143 51 29
Octal 276 24 175 0 131 42 31 503 121 51
Binary 10111110 10100 1111101 0 1011001 100010 11001 101000011 1010001 101001

Color Harmonies of #BE147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE147D

Black with #BE147D

Text Example


Text Example

White with #BE147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE147D; }

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

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

background-color css

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

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

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

border-color css

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

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

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