Html Css Color HEX #BE008E Medium Violet Red

📋 copy color: '#BE008E'

red 190 ◦ green 0 ◦ blue 142

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

Shades of Medium Violet Red #BE008E

Tints of Medium Violet Red #BE008E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.77%

R = 57.23%
G = 0%
B = 42.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE008E (or 0xBE008E) is known color: Medium Violet Red. HEX triplet: BE, 00 and 8E. RGB value is (190,0,142). Sum of RGB (Red+Green+Blue) = 190+0+142=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE008E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE008E is #41FF71. Grayscale: #484848. Windows color (decimal): -4325234 or 9306302. OLE color: 9306302.

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

Color convert

RGB 190 0 142 -
CMYK 0 1 0.25 0.25
HSL 315.16º 1% 0.37% -
HSV(B) 315.16º 1% 0.75% -
XYZ 26.12 12.9 26.7 -
YUV 73 166.95 211.45 -
System Red Green Blue C M Y K H S L
Decimal 190 0 142 0 1 0.25 0.25 315.16 1 0.37
Hex BE 0 8E 0 64 19 19 13B 64 25
Octal 276 0 216 0 144 31 31 473 144 45
Binary 10111110 0 10001110 0 1100100 11001 11001 100111011 1100100 100101

Color Harmonies of #BE008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE008E

Black with #BE008E

Text Example


Text Example

White with #BE008E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE008E; }

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

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

background-color css

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

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

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

border-color css

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

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

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