Html Css Color HEX #BE1F7E Medium Violet Red

📋 copy color: '#BE1F7E'

red 190 ◦ green 31 ◦ blue 126

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

Shades of Medium Violet Red #BE1F7E

Tints of Medium Violet Red #BE1F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.31%

R = 54.76%
G = 8.93%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE1F7E (or 0xBE1F7E) is known color: Medium Violet Red. HEX triplet: BE, 1F and 7E. RGB value is (190,31,126). Sum of RGB (Red+Green+Blue) = 190+31+126=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1F7E is #41E081. Grayscale: #595959. Windows color (decimal): -4317314 or 8265662. OLE color: 8265662.

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

Color convert

RGB 190 31 126 -
CMYK 0 0.84 0.34 0.25
HSL 324.15º 0.72% 0.43% -
HSV(B) 324.15º 0.84% 0.75% -
XYZ 25.49 13.43 20.99 -
YUV 89.37 148.68 199.78 -
System Red Green Blue C M Y K H S L
Decimal 190 31 126 0 0.84 0.34 0.25 324.15 0.72 0.43
Hex BE 1F 7E 0 54 22 19 144 48 2B
Octal 276 37 176 0 124 42 31 504 110 53
Binary 10111110 11111 1111110 0 1010100 100010 11001 101000100 1001000 101011

Color Harmonies of #BE1F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1F7E

Black with #BE1F7E

Text Example


Text Example

White with #BE1F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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