Html Css Color HEX #BE0F72 Medium Violet Red

📋 copy color: '#BE0F72'

red 190 ◦ green 15 ◦ blue 114

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

Shades of Medium Violet Red #BE0F72

Tints of Medium Violet Red #BE0F72

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.7%

 BLUE value IS 114 (44.92% from 255) = 35.74%

R = 59.56%
G = 4.7%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE0F72 (or 0xBE0F72) is known color: Medium Violet Red. HEX triplet: BE, 0F and 72. RGB value is (190,15,114). Sum of RGB (Red+Green+Blue) = 190+15+114=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0F72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0F72 is #41F08D. Grayscale: #4E4E4E. Windows color (decimal): -4321422 or 7475134. OLE color: 7475134.

HSL color Cylindrical-coordinate representation of color #BE0F72: hue angle of 326.06º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE0F72 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 15 114 -
CMYK 0 0.92 0.40 0.25
HSL 326.06º 0.85% 0.4% -
HSV(B) 326.06º 0.92% 0.75% -
XYZ 24.44 12.5 17.04 -
YUV 78.61 147.98 207.45 -
System Red Green Blue C M Y K H S L
Decimal 190 15 114 0 0.92 0.40 0.25 326.06 0.85 0.4
Hex BE F 72 0 5C 28 19 146 55 28
Octal 276 17 162 0 134 50 31 506 125 50
Binary 10111110 1111 1110010 0 1011100 101000 11001 101000110 1010101 101000

Color Harmonies of #BE0F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0F72

Black with #BE0F72

Text Example


Text Example

White with #BE0F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0F72; }

 p { color: rgb(190,15,114); }

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

background-color css

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

 a { background-color: rgb(190,15,114); }

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

border-color css

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

 span { border-color: rgb(190,15,114); }

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