Html Css Color HEX #BE008F Medium Violet Red

📋 copy color: '#BE008F'

red 190 ◦ green 0 ◦ blue 143

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

Shades of Medium Violet Red #BE008F

Tints of Medium Violet Red #BE008F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.94%

R = 57.06%
G = 0%
B = 42.94%

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

#BE008F (or 0xBE008F) is known color: Medium Violet Red. HEX triplet: BE, 00 and 8F. RGB value is (190,0,143). Sum of RGB (Red+Green+Blue) = 190+0+143=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE008F is #41FF70. Grayscale: #484848. Windows color (decimal): -4325233 or 9371838. OLE color: 9371838.

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

Color convert

RGB 190 0 143 -
CMYK 0 1 0.25 0.25
HSL 314.84º 1% 0.37% -
HSV(B) 314.84º 1% 0.75% -
XYZ 26.19 12.93 27.1 -
YUV 73.11 167.45 211.37 -
System Red Green Blue C M Y K H S L
Decimal 190 0 143 0 1 0.25 0.25 314.84 1 0.37
Hex BE 0 8F 0 64 19 19 13B 64 25
Octal 276 0 217 0 144 31 31 473 144 45
Binary 10111110 0 10001111 0 1100100 11001 11001 100111011 1100100 100101

Color Harmonies of #BE008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE008F

Black with #BE008F

Text Example


Text Example

White with #BE008F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE008F; }

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

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

background-color css

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

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

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

border-color css

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

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

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