Html Css Color HEX #BE1375 Medium Violet Red

📋 copy color: '#BE1375'

red 190 ◦ green 19 ◦ blue 117

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

Shades of Medium Violet Red #BE1375

Tints of Medium Violet Red #BE1375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.89%

R = 58.28%
G = 5.83%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE1375 (or 0xBE1375) is known color: Medium Violet Red. HEX triplet: BE, 13 and 75. RGB value is (190,19,117). Sum of RGB (Red+Green+Blue) = 190+19+117=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1375 is #41EC8A. Grayscale: #515151. Windows color (decimal): -4320395 or 7672766. OLE color: 7672766.

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

Color convert

RGB 190 19 117 -
CMYK 0 0.90 0.38 0.25
HSL 325.61º 0.82% 0.41% -
HSV(B) 325.61º 0.9% 0.75% -
XYZ 24.68 12.7 17.98 -
YUV 81.3 148.15 205.53 -
System Red Green Blue C M Y K H S L
Decimal 190 19 117 0 0.90 0.38 0.25 325.61 0.82 0.41
Hex BE 13 75 0 5A 26 19 146 52 29
Octal 276 23 165 0 132 46 31 506 122 51
Binary 10111110 10011 1110101 0 1011010 100110 11001 101000110 1010010 101001

Color Harmonies of #BE1375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1375

Black with #BE1375

Text Example


Text Example

White with #BE1375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1375; }

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

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

background-color css

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

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

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

border-color css

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

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

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