Html Css Color HEX #BE149B Medium Violet Red

📋 copy color: '#BE149B'

red 190 ◦ green 20 ◦ blue 155

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

Shades of Medium Violet Red #BE149B

Tints of Medium Violet Red #BE149B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.48%

 BLUE value IS 155 (60.94% from 255) = 42.47%

R = 52.05%
G = 5.48%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BE149B (or 0xBE149B) is known color: Medium Violet Red. HEX triplet: BE, 14 and 9B. RGB value is (190,20,155). Sum of RGB (Red+Green+Blue) = 190+20+155=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE149B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE149B is #41EB64. Grayscale: #555555. Windows color (decimal): -4320101 or 10163390. OLE color: 10163390.

HSL color Cylindrical-coordinate representation of color #BE149B: hue angle of 312.35º degrees, saturation: 0.81, 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 #BE149B is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 20 155 -
CMYK 0 0.89 0.18 0.25
HSL 312.35º 0.81% 0.41% -
HSV(B) 312.35º 0.89% 0.75% -
XYZ 27.4 13.81 32.23 -
YUV 86.22 166.82 202.02 -
System Red Green Blue C M Y K H S L
Decimal 190 20 155 0 0.89 0.18 0.25 312.35 0.81 0.41
Hex BE 14 9B 0 59 12 19 138 51 29
Octal 276 24 233 0 131 22 31 470 121 51
Binary 10111110 10100 10011011 0 1011001 10010 11001 100111000 1010001 101001

Color Harmonies of #BE149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE149B

Black with #BE149B

Text Example


Text Example

White with #BE149B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE149B; }

 p { color: rgb(190,20,155); }

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

background-color css

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

 a { background-color: rgb(190,20,155); }

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

border-color css

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

 span { border-color: rgb(190,20,155); }

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