Html Css Color HEX #BE18A6 Medium Violet Red

📋 copy color: '#BE18A6'

red 190 ◦ green 24 ◦ blue 166

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

Shades of Medium Violet Red #BE18A6

Tints of Medium Violet Red #BE18A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.68%

R = 50%
G = 6.32%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE18A6 (or 0xBE18A6) is known color: Medium Violet Red. HEX triplet: BE, 18 and A6. RGB value is (190,24,166). Sum of RGB (Red+Green+Blue) = 190+24+166=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 166 (65.23% from 255 or 43.68% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE18A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE18A6 is #41E759. Grayscale: #595959. Windows color (decimal): -4319066 or 10885310. OLE color: 10885310.

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

Color convert

RGB 190 24 166 -
CMYK 0 0.87 0.13 0.25
HSL 308.67º 0.78% 0.42% -
HSV(B) 308.67º 0.87% 0.75% -
XYZ 28.44 14.35 37.35 -
YUV 89.82 171 199.45 -
System Red Green Blue C M Y K H S L
Decimal 190 24 166 0 0.87 0.13 0.25 308.67 0.78 0.42
Hex BE 18 A6 0 57 D 19 135 4E 2A
Octal 276 30 246 0 127 15 31 465 116 52
Binary 10111110 11000 10100110 0 1010111 1101 11001 100110101 1001110 101010

Color Harmonies of #BE18A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE18A6

Black with #BE18A6

Text Example


Text Example

White with #BE18A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE18A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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