Html Css Color HEX #BE1388 Medium Violet Red

📋 copy color: '#BE1388'

red 190 ◦ green 19 ◦ blue 136

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

Shades of Medium Violet Red #BE1388

Tints of Medium Violet Red #BE1388

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.51%

 BLUE value IS 136 (53.52% from 255) = 39.42%

R = 55.07%
G = 5.51%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BE1388 (or 0xBE1388) is known color: Medium Violet Red. HEX triplet: BE, 13 and 88. RGB value is (190,19,136). Sum of RGB (Red+Green+Blue) = 190+19+136=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1388 is #41EC77. Grayscale: #535353. Windows color (decimal): -4320376 or 8917950. OLE color: 8917950.

HSL color Cylindrical-coordinate representation of color #BE1388: hue angle of 318.95º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE1388 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 19 136 -
CMYK 0 0.90 0.28 0.25
HSL 318.95º 0.82% 0.41% -
HSV(B) 318.95º 0.9% 0.75% -
XYZ 25.91 13.19 24.47 -
YUV 83.47 157.65 203.99 -
System Red Green Blue C M Y K H S L
Decimal 190 19 136 0 0.90 0.28 0.25 318.95 0.82 0.41
Hex BE 13 88 0 5A 1C 19 13F 52 29
Octal 276 23 210 0 132 34 31 477 122 51
Binary 10111110 10011 10001000 0 1011010 11100 11001 100111111 1010010 101001

Color Harmonies of #BE1388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1388

Black with #BE1388

Text Example


Text Example

White with #BE1388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1388; }

 p { color: rgb(190,19,136); }

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

background-color css

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

 a { background-color: rgb(190,19,136); }

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

border-color css

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

 span { border-color: rgb(190,19,136); }

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