Html Css Color HEX #BE106D Medium Violet Red

📋 copy color: '#BE106D'

red 190 ◦ green 16 ◦ blue 109

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

Shades of Medium Violet Red #BE106D

Tints of Medium Violet Red #BE106D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.08%

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

R = 60.32%
G = 5.08%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE106D (or 0xBE106D) is known color: Medium Violet Red. HEX triplet: BE, 10 and 6D. RGB value is (190,16,109). Sum of RGB (Red+Green+Blue) = 190+16+109=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE106D is #41EF92. Grayscale: #4E4E4E. Windows color (decimal): -4321171 or 7147710. OLE color: 7147710.

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

Color convert

RGB 190 16 109 -
CMYK 0 0.92 0.43 0.25
HSL 327.93º 0.84% 0.4% -
HSV(B) 327.93º 0.92% 0.75% -
XYZ 24.18 12.42 15.59 -
YUV 78.63 145.15 207.44 -
System Red Green Blue C M Y K H S L
Decimal 190 16 109 0 0.92 0.43 0.25 327.93 0.84 0.4
Hex BE 10 6D 0 5C 2B 19 148 54 28
Octal 276 20 155 0 134 53 31 510 124 50
Binary 10111110 10000 1101101 0 1011100 101011 11001 101001000 1010100 101000

Color Harmonies of #BE106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE106D

Black with #BE106D

Text Example


Text Example

White with #BE106D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE106D; }

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

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

background-color css

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

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

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

border-color css

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

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

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