Html Css Color HEX #BE029E Medium Violet Red

📋 copy color: '#BE029E'

red 190 ◦ green 2 ◦ blue 158

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

Shades of Medium Violet Red #BE029E

Tints of Medium Violet Red #BE029E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

 BLUE value IS 158 (62.11% from 255) = 45.14%

R = 54.29%
G = 0.57%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BE029E (or 0xBE029E) is known color: Medium Violet Red. HEX triplet: BE, 02 and 9E. RGB value is (190,2,158). Sum of RGB (Red+Green+Blue) = 190+2+158=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE029E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE029E is #41FD61. Grayscale: #4B4B4B. Windows color (decimal): -4324706 or 10355390. OLE color: 10355390.

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

Color convert

RGB 190 2 158 -
CMYK 0 0.99 0.17 0.25
HSL 310.21º 0.98% 0.38% -
HSV(B) 310.21º 0.99% 0.75% -
XYZ 27.43 13.46 33.5 -
YUV 76 174.28 209.32 -
System Red Green Blue C M Y K H S L
Decimal 190 2 158 0 0.99 0.17 0.25 310.21 0.98 0.38
Hex BE 2 9E 0 63 11 19 136 62 26
Octal 276 2 236 0 143 21 31 466 142 46
Binary 10111110 10 10011110 0 1100011 10001 11001 100110110 1100010 100110

Color Harmonies of #BE029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE029E

Black with #BE029E

Text Example


Text Example

White with #BE029E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE029E; }

 p { color: rgb(190,2,158); }

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

background-color css

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

 a { background-color: rgb(190,2,158); }

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

border-color css

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

 span { border-color: rgb(190,2,158); }

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