Html Css Color HEX #BE0D6D Medium Violet Red

📋 copy color: '#BE0D6D'

red 190 ◦ green 13 ◦ blue 109

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

Shades of Medium Violet Red #BE0D6D

Tints of Medium Violet Red #BE0D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.94%

R = 60.9%
G = 4.17%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE0D6D (or 0xBE0D6D) is known color: Medium Violet Red. HEX triplet: BE, 0D and 6D. RGB value is (190,13,109). Sum of RGB (Red+Green+Blue) = 190+13+109=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0D6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0D6D is #41F292. Grayscale: #4C4C4C. Windows color (decimal): -4321939 or 7146942. OLE color: 7146942.

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

Color convert

RGB 190 13 109 -
CMYK 0 0.93 0.43 0.25
HSL 327.46º 0.87% 0.4% -
HSV(B) 327.46º 0.93% 0.75% -
XYZ 24.14 12.34 15.58 -
YUV 76.87 146.14 208.69 -
System Red Green Blue C M Y K H S L
Decimal 190 13 109 0 0.93 0.43 0.25 327.46 0.87 0.4
Hex BE D 6D 0 5D 2B 19 147 57 28
Octal 276 15 155 0 135 53 31 507 127 50
Binary 10111110 1101 1101101 0 1011101 101011 11001 101000111 1010111 101000

Color Harmonies of #BE0D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0D6D

Black with #BE0D6D

Text Example


Text Example

White with #BE0D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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