Html Css Color HEX #BE169B Medium Violet Red

📋 copy color: '#BE169B'

red 190 ◦ green 22 ◦ blue 155

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

Shades of Medium Violet Red #BE169B

Tints of Medium Violet Red #BE169B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.23%

R = 51.77%
G = 5.99%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BE169B (or 0xBE169B) is known color: Medium Violet Red. HEX triplet: BE, 16 and 9B. RGB value is (190,22,155). Sum of RGB (Red+Green+Blue) = 190+22+155=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE169B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE169B is #41E964. Grayscale: #575757. Windows color (decimal): -4319589 or 10163902. OLE color: 10163902.

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

Color convert

RGB 190 22 155 -
CMYK 0 0.88 0.18 0.25
HSL 312.5º 0.79% 0.42% -
HSV(B) 312.5º 0.88% 0.75% -
XYZ 27.44 13.89 32.24 -
YUV 87.39 166.16 201.19 -
System Red Green Blue C M Y K H S L
Decimal 190 22 155 0 0.88 0.18 0.25 312.5 0.79 0.42
Hex BE 16 9B 0 58 12 19 138 4F 2A
Octal 276 26 233 0 130 22 31 470 117 52
Binary 10111110 10110 10011011 0 1011000 10010 11001 100111000 1001111 101010

Color Harmonies of #BE169B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE169B

Black with #BE169B

Text Example


Text Example

White with #BE169B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE169B; }

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

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

background-color css

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

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

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

border-color css

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

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

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