Html Css Color HEX #BE18A8 Medium Violet Red

📋 copy color: '#BE18A8'

red 190 ◦ green 24 ◦ blue 168

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

Shades of Medium Violet Red #BE18A8

Tints of Medium Violet Red #BE18A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.98%

R = 49.74%
G = 6.28%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE18A8 (or 0xBE18A8) is known color: Medium Violet Red. HEX triplet: BE, 18 and A8. RGB value is (190,24,168). Sum of RGB (Red+Green+Blue) = 190+24+168=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 168 (66.02% from 255 or 43.98% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE18A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE18A8 is #41E757. Grayscale: #595959. Windows color (decimal): -4319064 or 11016382. OLE color: 11016382.

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

Color convert

RGB 190 24 168 -
CMYK 0 0.87 0.12 0.25
HSL 307.95º 0.78% 0.42% -
HSV(B) 307.95º 0.87% 0.75% -
XYZ 28.63 14.43 38.32 -
YUV 90.05 172 199.29 -
System Red Green Blue C M Y K H S L
Decimal 190 24 168 0 0.87 0.12 0.25 307.95 0.78 0.42
Hex BE 18 A8 0 57 C 19 134 4E 2A
Octal 276 30 250 0 127 14 31 464 116 52
Binary 10111110 11000 10101000 0 1010111 1100 11001 100110100 1001110 101010

Color Harmonies of #BE18A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE18A8

Black with #BE18A8

Text Example


Text Example

White with #BE18A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE18A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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