Html Css Color HEX #BE166C Medium Violet Red

📋 copy color: '#BE166C'

red 190 ◦ green 22 ◦ blue 108

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

Shades of Medium Violet Red #BE166C

Tints of Medium Violet Red #BE166C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.88%

 BLUE value IS 108 (42.58% from 255) = 33.75%

R = 59.38%
G = 6.88%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE166C (or 0xBE166C) is known color: Medium Violet Red. HEX triplet: BE, 16 and 6C. RGB value is (190,22,108). Sum of RGB (Red+Green+Blue) = 190+22+108=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE166C is #41E993. Grayscale: #515151. Windows color (decimal): -4319636 or 7083710. OLE color: 7083710.

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

Color convert

RGB 190 22 108 -
CMYK 0 0.88 0.43 0.25
HSL 329.29º 0.79% 0.42% -
HSV(B) 329.29º 0.88% 0.75% -
XYZ 24.23 12.6 15.34 -
YUV 82.04 142.66 205.01 -
System Red Green Blue C M Y K H S L
Decimal 190 22 108 0 0.88 0.43 0.25 329.29 0.79 0.42
Hex BE 16 6C 0 58 2B 19 149 4F 2A
Octal 276 26 154 0 130 53 31 511 117 52
Binary 10111110 10110 1101100 0 1011000 101011 11001 101001001 1001111 101010

Color Harmonies of #BE166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE166C

Black with #BE166C

Text Example


Text Example

White with #BE166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE166C; }

 p { color: rgb(190,22,108); }

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

background-color css

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

 a { background-color: rgb(190,22,108); }

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

border-color css

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

 span { border-color: rgb(190,22,108); }

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