Html Css Color HEX #BE018E Medium Violet Red

📋 copy color: '#BE018E'

red 190 ◦ green 1 ◦ blue 142

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

Shades of Medium Violet Red #BE018E

Tints of Medium Violet Red #BE018E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 57.06%
G = 0.3%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE018E (or 0xBE018E) is known color: Medium Violet Red. HEX triplet: BE, 01 and 8E. RGB value is (190,1,142). Sum of RGB (Red+Green+Blue) = 190+1+142=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE018E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE018E is #41FE71. Grayscale: #494949. Windows color (decimal): -4324978 or 9306558. OLE color: 9306558.

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

Color convert

RGB 190 1 142 -
CMYK 0 0.99 0.25 0.25
HSL 315.24º 0.99% 0.37% -
HSV(B) 315.24º 0.99% 0.75% -
XYZ 26.13 12.92 26.71 -
YUV 73.59 166.62 211.04 -
System Red Green Blue C M Y K H S L
Decimal 190 1 142 0 0.99 0.25 0.25 315.24 0.99 0.37
Hex BE 1 8E 0 63 19 19 13B 63 25
Octal 276 1 216 0 143 31 31 473 143 45
Binary 10111110 1 10001110 0 1100011 11001 11001 100111011 1100011 100101

Color Harmonies of #BE018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE018E

Black with #BE018E

Text Example


Text Example

White with #BE018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE018E; }

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

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

background-color css

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

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

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

border-color css

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

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

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