Html Css Color HEX #BE18AA Medium Violet Red

📋 copy color: '#BE18AA'

red 190 ◦ green 24 ◦ blue 170

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

Shades of Medium Violet Red #BE18AA

Tints of Medium Violet Red #BE18AA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.25%

 BLUE value IS 170 (66.8% from 255) = 44.27%

R = 49.48%
G = 6.25%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE18AA (or 0xBE18AA) is known color: Medium Violet Red. HEX triplet: BE, 18 and AA. RGB value is (190,24,170). Sum of RGB (Red+Green+Blue) = 190+24+170=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 24 (9.77% from 255 or 6.25% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE18AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE18AA is #41E755. Grayscale: #595959. Windows color (decimal): -4319062 or 11147454. OLE color: 11147454.

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

Color convert

RGB 190 24 170 -
CMYK 0 0.87 0.11 0.25
HSL 307.23º 0.78% 0.42% -
HSV(B) 307.23º 0.87% 0.75% -
XYZ 28.82 14.5 39.31 -
YUV 90.28 173 199.13 -
System Red Green Blue C M Y K H S L
Decimal 190 24 170 0 0.87 0.11 0.25 307.23 0.78 0.42
Hex BE 18 AA 0 57 B 19 133 4E 2A
Octal 276 30 252 0 127 13 31 463 116 52
Binary 10111110 11000 10101010 0 1010111 1011 11001 100110011 1001110 101010

Color Harmonies of #BE18AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE18AA

Black with #BE18AA

Text Example


Text Example

White with #BE18AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE18AA; }

 p { color: rgb(190,24,170); }

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

background-color css

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

 a { background-color: rgb(190,24,170); }

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

border-color css

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

 span { border-color: rgb(190,24,170); }

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