Html Css Color HEX #BE0D76 Medium Violet Red

📋 copy color: '#BE0D76'

red 190 ◦ green 13 ◦ blue 118

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

Shades of Medium Violet Red #BE0D76

Tints of Medium Violet Red #BE0D76

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.05%

 BLUE value IS 118 (46.48% from 255) = 36.76%

R = 59.19%
G = 4.05%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE0D76 (or 0xBE0D76) is known color: Medium Violet Red. HEX triplet: BE, 0D and 76. RGB value is (190,13,118). Sum of RGB (Red+Green+Blue) = 190+13+118=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0D76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0D76 is #41F289. Grayscale: #4D4D4D. Windows color (decimal): -4321930 or 7736766. OLE color: 7736766.

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

Color convert

RGB 190 13 118 -
CMYK 0 0.93 0.38 0.25
HSL 324.41º 0.87% 0.4% -
HSV(B) 324.41º 0.93% 0.75% -
XYZ 24.65 12.54 18.26 -
YUV 77.89 150.64 207.96 -
System Red Green Blue C M Y K H S L
Decimal 190 13 118 0 0.93 0.38 0.25 324.41 0.87 0.4
Hex BE D 76 0 5D 26 19 144 57 28
Octal 276 15 166 0 135 46 31 504 127 50
Binary 10111110 1101 1110110 0 1011101 100110 11001 101000100 1010111 101000

Color Harmonies of #BE0D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0D76

Black with #BE0D76

Text Example


Text Example

White with #BE0D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0D76; }

 p { color: rgb(190,13,118); }

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

background-color css

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

 a { background-color: rgb(190,13,118); }

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

border-color css

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

 span { border-color: rgb(190,13,118); }

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