Html Css Color HEX #BE16A8 Medium Violet Red

📋 copy color: '#BE16A8'

red 190 ◦ green 22 ◦ blue 168

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

Shades of Medium Violet Red #BE16A8

Tints of Medium Violet Red #BE16A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.21%

R = 50%
G = 5.79%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE16A8 (or 0xBE16A8) is known color: Medium Violet Red. HEX triplet: BE, 16 and A8. RGB value is (190,22,168). Sum of RGB (Red+Green+Blue) = 190+22+168=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 168 (66.02% from 255 or 44.21% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE16A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE16A8 is #41E957. Grayscale: #585858. Windows color (decimal): -4319576 or 11015870. OLE color: 11015870.

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

Color convert

RGB 190 22 168 -
CMYK 0 0.88 0.12 0.25
HSL 307.86º 0.79% 0.42% -
HSV(B) 307.86º 0.88% 0.75% -
XYZ 28.59 14.35 38.31 -
YUV 88.88 172.66 200.13 -
System Red Green Blue C M Y K H S L
Decimal 190 22 168 0 0.88 0.12 0.25 307.86 0.79 0.42
Hex BE 16 A8 0 58 C 19 134 4F 2A
Octal 276 26 250 0 130 14 31 464 117 52
Binary 10111110 10110 10101000 0 1011000 1100 11001 100110100 1001111 101010

Color Harmonies of #BE16A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE16A8

Black with #BE16A8

Text Example


Text Example

White with #BE16A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE16A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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