Html Css Color HEX #BE007D Medium Violet Red

📋 copy color: '#BE007D'

red 190 ◦ green 0 ◦ blue 125

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

Shades of Medium Violet Red #BE007D

Tints of Medium Violet Red #BE007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.68%

R = 60.32%
G = 0%
B = 39.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE007D (or 0xBE007D) is known color: Medium Violet Red. HEX triplet: BE, 00 and 7D. RGB value is (190,0,125). Sum of RGB (Red+Green+Blue) = 190+0+125=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE007D is #41FF82. Grayscale: #464646. Windows color (decimal): -4325251 or 8192190. OLE color: 8192190.

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

Color convert

RGB 190 0 125 -
CMYK 0 1 0.34 0.25
HSL 320.53º 1% 0.37% -
HSV(B) 320.53º 1% 0.75% -
XYZ 24.94 12.43 20.49 -
YUV 71.06 158.45 212.84 -
System Red Green Blue C M Y K H S L
Decimal 190 0 125 0 1 0.34 0.25 320.53 1 0.37
Hex BE 0 7D 0 64 22 19 141 64 25
Octal 276 0 175 0 144 42 31 501 144 45
Binary 10111110 0 1111101 0 1100100 100010 11001 101000001 1100100 100101

Color Harmonies of #BE007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE007D

Black with #BE007D

Text Example


Text Example

White with #BE007D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE007D; }

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

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

background-color css

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

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

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

border-color css

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

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

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