Html Css Color HEX #BE158B Medium Violet Red

📋 copy color: '#BE158B'

red 190 ◦ green 21 ◦ blue 139

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

Shades of Medium Violet Red #BE158B

Tints of Medium Violet Red #BE158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6%

 BLUE value IS 139 (54.69% from 255) = 39.71%

R = 54.29%
G = 6%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE158B (or 0xBE158B) is known color: Medium Violet Red. HEX triplet: BE, 15 and 8B. RGB value is (190,21,139). Sum of RGB (Red+Green+Blue) = 190+21+139=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE158B is #41EA74. Grayscale: #545454. Windows color (decimal): -4319861 or 9115070. OLE color: 9115070.

HSL color Cylindrical-coordinate representation of color #BE158B: hue angle of 318.11º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE158B is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 21 139 -
CMYK 0 0.89 0.27 0.25
HSL 318.11º 0.8% 0.41% -
HSV(B) 318.11º 0.89% 0.75% -
XYZ 26.16 13.35 25.62 -
YUV 84.98 158.49 202.91 -
System Red Green Blue C M Y K H S L
Decimal 190 21 139 0 0.89 0.27 0.25 318.11 0.8 0.41
Hex BE 15 8B 0 59 1B 19 13E 50 29
Octal 276 25 213 0 131 33 31 476 120 51
Binary 10111110 10101 10001011 0 1011001 11011 11001 100111110 1010000 101001

Color Harmonies of #BE158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE158B

Black with #BE158B

Text Example


Text Example

White with #BE158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE158B; }

 p { color: rgb(190,21,139); }

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

background-color css

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

 a { background-color: rgb(190,21,139); }

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

border-color css

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

 span { border-color: rgb(190,21,139); }

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