Html Css Color HEX #BE0F91 Medium Violet Red

📋 copy color: '#BE0F91'

red 190 ◦ green 15 ◦ blue 145

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

Shades of Medium Violet Red #BE0F91

Tints of Medium Violet Red #BE0F91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.43%

R = 54.29%
G = 4.29%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BE0F91 (or 0xBE0F91) is known color: Medium Violet Red. HEX triplet: BE, 0F and 91. RGB value is (190,15,145). Sum of RGB (Red+Green+Blue) = 190+15+145=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0F91 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0F91 is #41F06E. Grayscale: #515151. Windows color (decimal): -4321391 or 9506750. OLE color: 9506750.

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

Color convert

RGB 190 15 145 -
CMYK 0 0.92 0.24 0.25
HSL 315.43º 0.85% 0.4% -
HSV(B) 315.43º 0.92% 0.75% -
XYZ 26.52 13.33 27.96 -
YUV 82.15 163.48 204.93 -
System Red Green Blue C M Y K H S L
Decimal 190 15 145 0 0.92 0.24 0.25 315.43 0.85 0.4
Hex BE F 91 0 5C 18 19 13B 55 28
Octal 276 17 221 0 134 30 31 473 125 50
Binary 10111110 1111 10010001 0 1011100 11000 11001 100111011 1010101 101000

Color Harmonies of #BE0F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0F91

Black with #BE0F91

Text Example


Text Example

White with #BE0F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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