Html Css Color HEX #BE0682 Medium Violet Red

📋 copy color: '#BE0682'

red 190 ◦ green 6 ◦ blue 130

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

Shades of Medium Violet Red #BE0682

Tints of Medium Violet Red #BE0682

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.84%

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

R = 58.28%
G = 1.84%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE0682 (or 0xBE0682) is known color: Medium Violet Red. HEX triplet: BE, 06 and 82. RGB value is (190,6,130). Sum of RGB (Red+Green+Blue) = 190+6+130=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0682 is #41F97D. Grayscale: #4A4A4A. Windows color (decimal): -4323710 or 8521406. OLE color: 8521406.

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

Color convert

RGB 190 6 130 -
CMYK 0 0.97 0.32 0.25
HSL 319.57º 0.94% 0.38% -
HSV(B) 319.57º 0.97% 0.75% -
XYZ 25.33 12.69 22.23 -
YUV 75.15 158.96 209.92 -
System Red Green Blue C M Y K H S L
Decimal 190 6 130 0 0.97 0.32 0.25 319.57 0.94 0.38
Hex BE 6 82 0 61 20 19 140 5E 26
Octal 276 6 202 0 141 40 31 500 136 46
Binary 10111110 110 10000010 0 1100001 100000 11001 101000000 1011110 100110

Color Harmonies of #BE0682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0682

Black with #BE0682

Text Example


Text Example

White with #BE0682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0682; }

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

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

background-color css

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

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

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

border-color css

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

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

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