Html Css Color HEX #BE009E Medium Violet Red

📋 copy color: '#BE009E'

red 190 ◦ green 0 ◦ blue 158

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

Shades of Medium Violet Red #BE009E

Tints of Medium Violet Red #BE009E

RGB

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

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

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

R = 54.6%
G = 0%
B = 45.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BE009E (or 0xBE009E) is known color: Medium Violet Red. HEX triplet: BE, 00 and 9E. RGB value is (190,0,158). Sum of RGB (Red+Green+Blue) = 190+0+158=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE009E is #41FF61. Grayscale: #4A4A4A. Windows color (decimal): -4325218 or 10354878. OLE color: 10354878.

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

Color convert

RGB 190 0 158 -
CMYK 0 1 0.17 0.25
HSL 310.11º 1% 0.37% -
HSV(B) 310.11º 1% 0.75% -
XYZ 27.41 13.42 33.49 -
YUV 74.82 174.95 210.15 -
System Red Green Blue C M Y K H S L
Decimal 190 0 158 0 1 0.17 0.25 310.11 1 0.37
Hex BE 0 9E 0 64 11 19 136 64 25
Octal 276 0 236 0 144 21 31 466 144 45
Binary 10111110 0 10011110 0 1100100 10001 11001 100110110 1100100 100101

Color Harmonies of #BE009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE009E

Black with #BE009E

Text Example


Text Example

White with #BE009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE009E; }

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

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

background-color css

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

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

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

border-color css

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

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

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