Html Css Color HEX #BE0782 Medium Violet Red

📋 copy color: '#BE0782'

red 190 ◦ green 7 ◦ blue 130

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

Shades of Medium Violet Red #BE0782

Tints of Medium Violet Red #BE0782

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.14%

 BLUE value IS 130 (51.17% from 255) = 39.76%

R = 58.1%
G = 2.14%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE0782 (or 0xBE0782) is known color: Medium Violet Red. HEX triplet: BE, 07 and 82. RGB value is (190,7,130). Sum of RGB (Red+Green+Blue) = 190+7+130=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0782 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0782 is #41F87D. Grayscale: #4B4B4B. Windows color (decimal): -4323454 or 8521662. OLE color: 8521662.

HSL color Cylindrical-coordinate representation of color #BE0782: hue angle of 319.67º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE0782 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 7 130 -
CMYK 0 0.96 0.32 0.25
HSL 319.67º 0.93% 0.39% -
HSV(B) 319.67º 0.96% 0.75% -
XYZ 25.34 12.71 22.24 -
YUV 75.74 158.63 209.5 -
System Red Green Blue C M Y K H S L
Decimal 190 7 130 0 0.96 0.32 0.25 319.67 0.93 0.39
Hex BE 7 82 0 60 20 19 140 5D 27
Octal 276 7 202 0 140 40 31 500 135 47
Binary 10111110 111 10000010 0 1100000 100000 11001 101000000 1011101 100111

Color Harmonies of #BE0782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0782

Black with #BE0782

Text Example


Text Example

White with #BE0782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0782; }

 p { color: rgb(190,7,130); }

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

background-color css

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

 a { background-color: rgb(190,7,130); }

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

border-color css

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

 span { border-color: rgb(190,7,130); }

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