Html Css Color HEX #BE0091 Medium Violet Red

📋 copy color: '#BE0091'

red 190 ◦ green 0 ◦ blue 145

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

Shades of Medium Violet Red #BE0091

Tints of Medium Violet Red #BE0091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.72%
G = 0%
B = 43.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BE0091 (or 0xBE0091) is known color: Medium Violet Red. HEX triplet: BE, 00 and 91. RGB value is (190,0,145). Sum of RGB (Red+Green+Blue) = 190+0+145=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0091 is #41FF6E. Grayscale: #484848. Windows color (decimal): -4325231 or 9502910. OLE color: 9502910.

HSL color Cylindrical-coordinate representation of color #BE0091: hue angle of 314.21º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE0091 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 0 145 -
CMYK 0 1 0.24 0.25
HSL 314.21º 1% 0.37% -
HSV(B) 314.21º 1% 0.75% -
XYZ 26.35 12.99 27.91 -
YUV 73.34 168.45 211.21 -
System Red Green Blue C M Y K H S L
Decimal 190 0 145 0 1 0.24 0.25 314.21 1 0.37
Hex BE 0 91 0 64 18 19 13A 64 25
Octal 276 0 221 0 144 30 31 472 144 45
Binary 10111110 0 10010001 0 1100100 11000 11001 100111010 1100100 100101

Color Harmonies of #BE0091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0091

Black with #BE0091

Text Example


Text Example

White with #BE0091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0091; }

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

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

background-color css

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

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

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

border-color css

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

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

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