Html Css Color HEX #BE007F Medium Violet Red

📋 copy color: '#BE007F'

red 190 ◦ green 0 ◦ blue 127

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

Shades of Medium Violet Red #BE007F

Tints of Medium Violet Red #BE007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.06%

R = 59.94%
G = 0%
B = 40.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE007F (or 0xBE007F) is known color: Medium Violet Red. HEX triplet: BE, 00 and 7F. RGB value is (190,0,127). Sum of RGB (Red+Green+Blue) = 190+0+127=317 (41% of max value = 765). Red value is 190 (74.61% from 255 or 59.94% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 190 - color contains mainly: red. Hex color #BE007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE007F is #41FF80. Grayscale: #464646. Windows color (decimal): -4325249 or 8323262. OLE color: 8323262.

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

Color convert

RGB 190 0 127 -
CMYK 0 1 0.33 0.25
HSL 319.89º 1% 0.37% -
HSV(B) 319.89º 1% 0.75% -
XYZ 25.07 12.48 21.17 -
YUV 71.29 159.45 212.67 -
System Red Green Blue C M Y K H S L
Decimal 190 0 127 0 1 0.33 0.25 319.89 1 0.37
Hex BE 0 7F 0 64 21 19 140 64 25
Octal 276 0 177 0 144 41 31 500 144 45
Binary 10111110 0 1111111 0 1100100 100001 11001 101000000 1100100 100101

Color Harmonies of #BE007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE007F

Black with #BE007F

Text Example


Text Example

White with #BE007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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