Html Css Color HEX #BE1F98 Medium Violet Red

📋 copy color: '#BE1F98'

red 190 ◦ green 31 ◦ blue 152

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

Shades of Medium Violet Red #BE1F98

Tints of Medium Violet Red #BE1F98

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.31%

 BLUE value IS 152 (59.77% from 255) = 40.75%

R = 50.94%
G = 8.31%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#BE1F98 (or 0xBE1F98) is known color: Medium Violet Red. HEX triplet: BE, 1F and 98. RGB value is (190,31,152). Sum of RGB (Red+Green+Blue) = 190+31+152=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1F98 is #41E067. Grayscale: #5C5C5C. Windows color (decimal): -4317288 or 9969598. OLE color: 9969598.

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

Color convert

RGB 190 31 152 -
CMYK 0 0.84 0.2 0.25
HSL 314.34º 0.72% 0.43% -
HSV(B) 314.34º 0.84% 0.75% -
XYZ 27.39 14.19 31 -
YUV 92.34 161.68 197.66 -
System Red Green Blue C M Y K H S L
Decimal 190 31 152 0 0.84 0.2 0.25 314.34 0.72 0.43
Hex BE 1F 98 0 54 14 19 13A 48 2B
Octal 276 37 230 0 124 24 31 472 110 53
Binary 10111110 11111 10011000 0 1010100 10100 11001 100111010 1001000 101011

Color Harmonies of #BE1F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1F98

Black with #BE1F98

Text Example


Text Example

White with #BE1F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1F98; }

 p { color: rgb(190,31,152); }

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

background-color css

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

 a { background-color: rgb(190,31,152); }

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

border-color css

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

 span { border-color: rgb(190,31,152); }

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