Html Css Color HEX #BE0382 Medium Violet Red

📋 copy color: '#BE0382'

red 190 ◦ green 3 ◦ blue 130

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

Shades of Medium Violet Red #BE0382

Tints of Medium Violet Red #BE0382

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

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

R = 58.82%
G = 0.93%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE0382 (or 0xBE0382) is known color: Medium Violet Red. HEX triplet: BE, 03 and 82. RGB value is (190,3,130). Sum of RGB (Red+Green+Blue) = 190+3+130=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0382 is #41FC7D. Grayscale: #494949. Windows color (decimal): -4324478 or 8520638. OLE color: 8520638.

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

Color convert

RGB 190 3 130 -
CMYK 0 0.98 0.32 0.25
HSL 319.25º 0.97% 0.38% -
HSV(B) 319.25º 0.98% 0.75% -
XYZ 25.3 12.62 22.22 -
YUV 73.39 159.95 211.17 -
System Red Green Blue C M Y K H S L
Decimal 190 3 130 0 0.98 0.32 0.25 319.25 0.97 0.38
Hex BE 3 82 0 62 20 19 13F 61 26
Octal 276 3 202 0 142 40 31 477 141 46
Binary 10111110 11 10000010 0 1100010 100000 11001 100111111 1100001 100110

Color Harmonies of #BE0382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0382

Black with #BE0382

Text Example


Text Example

White with #BE0382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0382; }

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

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

background-color css

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

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

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

border-color css

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

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

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