Html Css Color HEX #BE059B Medium Violet Red

📋 copy color: '#BE059B'

red 190 ◦ green 5 ◦ blue 155

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

Shades of Medium Violet Red #BE059B

Tints of Medium Violet Red #BE059B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.43%

 BLUE value IS 155 (60.94% from 255) = 44.29%

R = 54.29%
G = 1.43%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BE059B (or 0xBE059B) is known color: Medium Violet Red. HEX triplet: BE, 05 and 9B. RGB value is (190,5,155). Sum of RGB (Red+Green+Blue) = 190+5+155=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE059B is #41FA64. Grayscale: #4D4D4D. Windows color (decimal): -4323941 or 10159550. OLE color: 10159550.

HSL color Cylindrical-coordinate representation of color #BE059B: hue angle of 311.35º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE059B is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 5 155 -
CMYK 0 0.97 0.18 0.25
HSL 311.35º 0.95% 0.38% -
HSV(B) 311.35º 0.97% 0.75% -
XYZ 27.21 13.42 32.17 -
YUV 77.42 171.79 208.3 -
System Red Green Blue C M Y K H S L
Decimal 190 5 155 0 0.97 0.18 0.25 311.35 0.95 0.38
Hex BE 5 9B 0 61 12 19 137 5F 26
Octal 276 5 233 0 141 22 31 467 137 46
Binary 10111110 101 10011011 0 1100001 10010 11001 100110111 1011111 100110

Color Harmonies of #BE059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE059B

Black with #BE059B

Text Example


Text Example

White with #BE059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE059B; }

 p { color: rgb(190,5,155); }

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

background-color css

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

 a { background-color: rgb(190,5,155); }

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

border-color css

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

 span { border-color: rgb(190,5,155); }

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