Html Css Color HEX #BE1A98 Medium Violet Red

📋 copy color: '#BE1A98'

red 190 ◦ green 26 ◦ blue 152

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

Shades of Medium Violet Red #BE1A98

Tints of Medium Violet Red #BE1A98

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.07%

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

R = 51.63%
G = 7.07%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#BE1A98 (or 0xBE1A98) is known color: Medium Violet Red. HEX triplet: BE, 1A and 98. RGB value is (190,26,152). Sum of RGB (Red+Green+Blue) = 190+26+152=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1A98 is #41E567. Grayscale: #595959. Windows color (decimal): -4318568 or 9968318. OLE color: 9968318.

HSL color Cylindrical-coordinate representation of color #BE1A98: hue angle of 313.9º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1A98 is Cyan = 0, Magento = 0.86, Yellow = 0.2 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 26 152 -
CMYK 0 0.86 0.2 0.25
HSL 313.9º 0.76% 0.42% -
HSV(B) 313.9º 0.86% 0.75% -
XYZ 27.27 13.95 30.96 -
YUV 89.4 163.33 199.75 -
System Red Green Blue C M Y K H S L
Decimal 190 26 152 0 0.86 0.2 0.25 313.9 0.76 0.42
Hex BE 1A 98 0 56 14 19 13A 4C 2A
Octal 276 32 230 0 126 24 31 472 114 52
Binary 10111110 11010 10011000 0 1010110 10100 11001 100111010 1001100 101010

Color Harmonies of #BE1A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1A98

Black with #BE1A98

Text Example


Text Example

White with #BE1A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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