Html Css Color HEX #BE17A0 Medium Violet Red

📋 copy color: '#BE17A0'

red 190 ◦ green 23 ◦ blue 160

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

Shades of Medium Violet Red #BE17A0

Tints of Medium Violet Red #BE17A0

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.17%

 BLUE value IS 160 (62.89% from 255) = 42.9%

R = 50.94%
G = 6.17%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE17A0 (or 0xBE17A0) is known color: Medium Violet Red. HEX triplet: BE, 17 and A0. RGB value is (190,23,160). Sum of RGB (Red+Green+Blue) = 190+23+160=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 23 (9.38% from 255 or 6.17% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE17A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE17A0 is #41E85F. Grayscale: #585858. Windows color (decimal): -4319328 or 10491838. OLE color: 10491838.

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

Color convert

RGB 190 23 160 -
CMYK 0 0.88 0.16 0.25
HSL 310.78º 0.78% 0.42% -
HSV(B) 310.78º 0.88% 0.75% -
XYZ 27.89 14.1 34.51 -
YUV 88.55 168.33 200.36 -
System Red Green Blue C M Y K H S L
Decimal 190 23 160 0 0.88 0.16 0.25 310.78 0.78 0.42
Hex BE 17 A0 0 58 10 19 137 4E 2A
Octal 276 27 240 0 130 20 31 467 116 52
Binary 10111110 10111 10100000 0 1011000 10000 11001 100110111 1001110 101010

Color Harmonies of #BE17A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE17A0

Black with #BE17A0

Text Example


Text Example

White with #BE17A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE17A0; }

 p { color: rgb(190,23,160); }

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

background-color css

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

 a { background-color: rgb(190,23,160); }

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

border-color css

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

 span { border-color: rgb(190,23,160); }

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