Html Css Color HEX #BE18A2 Medium Violet Red

📋 copy color: '#BE18A2'

red 190 ◦ green 24 ◦ blue 162

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

Shades of Medium Violet Red #BE18A2

Tints of Medium Violet Red #BE18A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 43.09%

R = 50.53%
G = 6.38%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE18A2 (or 0xBE18A2) is known color: Medium Violet Red. HEX triplet: BE, 18 and A2. RGB value is (190,24,162). Sum of RGB (Red+Green+Blue) = 190+24+162=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 162 (63.67% from 255 or 43.09% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE18A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE18A2 is #41E75D. Grayscale: #585858. Windows color (decimal): -4319070 or 10623166. OLE color: 10623166.

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

Color convert

RGB 190 24 162 -
CMYK 0 0.87 0.15 0.25
HSL 310.12º 0.78% 0.42% -
HSV(B) 310.12º 0.87% 0.75% -
XYZ 28.08 14.21 35.44 -
YUV 89.37 169 199.78 -
System Red Green Blue C M Y K H S L
Decimal 190 24 162 0 0.87 0.15 0.25 310.12 0.78 0.42
Hex BE 18 A2 0 57 F 19 136 4E 2A
Octal 276 30 242 0 127 17 31 466 116 52
Binary 10111110 11000 10100010 0 1010111 1111 11001 100110110 1001110 101010

Color Harmonies of #BE18A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE18A2

Black with #BE18A2

Text Example


Text Example

White with #BE18A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE18A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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