Html Css Color HEX #BE148B Medium Violet Red

📋 copy color: '#BE148B'

red 190 ◦ green 20 ◦ blue 139

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

Shades of Medium Violet Red #BE148B

Tints of Medium Violet Red #BE148B

RGB

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

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

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

R = 54.44%
G = 5.73%
B = 39.83%

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

#BE148B (or 0xBE148B) is known color: Medium Violet Red. HEX triplet: BE, 14 and 8B. RGB value is (190,20,139). Sum of RGB (Red+Green+Blue) = 190+20+139=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE148B is #41EB74. Grayscale: #545454. Windows color (decimal): -4320117 or 9114814. OLE color: 9114814.

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

Color convert

RGB 190 20 139 -
CMYK 0 0.89 0.27 0.25
HSL 318º 0.81% 0.41% -
HSV(B) 318º 0.89% 0.75% -
XYZ 26.15 13.31 25.62 -
YUV 84.4 158.82 203.32 -
System Red Green Blue C M Y K H S L
Decimal 190 20 139 0 0.89 0.27 0.25 318 0.81 0.41
Hex BE 14 8B 0 59 1B 19 13E 51 29
Octal 276 24 213 0 131 33 31 476 121 51
Binary 10111110 10100 10001011 0 1011001 11011 11001 100111110 1010001 101001

Color Harmonies of #BE148B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE148B

Black with #BE148B

Text Example


Text Example

White with #BE148B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE148B; }

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

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

background-color css

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

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

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

border-color css

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

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

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