Html Css Color HEX #BE1698 Medium Violet Red

📋 copy color: '#BE1698'

red 190 ◦ green 22 ◦ blue 152

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

Shades of Medium Violet Red #BE1698

Tints of Medium Violet Red #BE1698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.76%

R = 52.2%
G = 6.04%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#BE1698 (or 0xBE1698) is known color: Medium Violet Red. HEX triplet: BE, 16 and 98. RGB value is (190,22,152). Sum of RGB (Red+Green+Blue) = 190+22+152=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1698 is #41E967. Grayscale: #565656. Windows color (decimal): -4319592 or 9967294. OLE color: 9967294.

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

Color convert

RGB 190 22 152 -
CMYK 0 0.88 0.2 0.25
HSL 313.57º 0.79% 0.42% -
HSV(B) 313.57º 0.88% 0.75% -
XYZ 27.19 13.79 30.93 -
YUV 87.05 164.66 201.43 -
System Red Green Blue C M Y K H S L
Decimal 190 22 152 0 0.88 0.2 0.25 313.57 0.79 0.42
Hex BE 16 98 0 58 14 19 13A 4F 2A
Octal 276 26 230 0 130 24 31 472 117 52
Binary 10111110 10110 10011000 0 1011000 10100 11001 100111010 1001111 101010

Color Harmonies of #BE1698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1698

Black with #BE1698

Text Example


Text Example

White with #BE1698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1698; }

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

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

background-color css

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

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

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

border-color css

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

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

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