Html Css Color HEX #BE018C Medium Violet Red

📋 copy color: '#BE018C'

red 190 ◦ green 1 ◦ blue 140

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

Shades of Medium Violet Red #BE018C

Tints of Medium Violet Red #BE018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.3%

R = 57.4%
G = 0.3%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE018C (or 0xBE018C) is known color: Medium Violet Red. HEX triplet: BE, 01 and 8C. RGB value is (190,1,140). Sum of RGB (Red+Green+Blue) = 190+1+140=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE018C is #41FE73. Grayscale: #484848. Windows color (decimal): -4324980 or 9175486. OLE color: 9175486.

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

Color convert

RGB 190 1 140 -
CMYK 0 0.99 0.26 0.25
HSL 315.87º 0.99% 0.37% -
HSV(B) 315.87º 0.99% 0.75% -
XYZ 25.98 12.86 25.92 -
YUV 73.36 165.62 211.2 -
System Red Green Blue C M Y K H S L
Decimal 190 1 140 0 0.99 0.26 0.25 315.87 0.99 0.37
Hex BE 1 8C 0 63 1A 19 13C 63 25
Octal 276 1 214 0 143 32 31 474 143 45
Binary 10111110 1 10001100 0 1100011 11010 11001 100111100 1100011 100101

Color Harmonies of #BE018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE018C

Black with #BE018C

Text Example


Text Example

White with #BE018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE018C; }

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

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

background-color css

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

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

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

border-color css

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

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

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