Html Css Color HEX #BE008C Medium Violet Red

📋 copy color: '#BE008C'

red 190 ◦ green 0 ◦ blue 140

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

Shades of Medium Violet Red #BE008C

Tints of Medium Violet Red #BE008C

RGB

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

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

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

R = 57.58%
G = 0%
B = 42.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE008C (or 0xBE008C) is known color: Medium Violet Red. HEX triplet: BE, 00 and 8C. RGB value is (190,0,140). Sum of RGB (Red+Green+Blue) = 190+0+140=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE008C is #41FF73. Grayscale: #484848. Windows color (decimal): -4325236 or 9175230. OLE color: 9175230.

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

Color convert

RGB 190 0 140 -
CMYK 0 1 0.26 0.25
HSL 315.79º 1% 0.37% -
HSV(B) 315.79º 1% 0.75% -
XYZ 25.97 12.84 25.92 -
YUV 72.77 165.95 211.62 -
System Red Green Blue C M Y K H S L
Decimal 190 0 140 0 1 0.26 0.25 315.79 1 0.37
Hex BE 0 8C 0 64 1A 19 13C 64 25
Octal 276 0 214 0 144 32 31 474 144 45
Binary 10111110 0 10001100 0 1100100 11010 11001 100111100 1100100 100101

Color Harmonies of #BE008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE008C

Black with #BE008C

Text Example


Text Example

White with #BE008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE008C; }

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

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

background-color css

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

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

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

border-color css

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

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

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