Html Css Color HEX #BE11A8 Medium Violet Red

📋 copy color: '#BE11A8'

red 190 ◦ green 17 ◦ blue 168

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

Shades of Medium Violet Red #BE11A8

Tints of Medium Violet Red #BE11A8

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.53%

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

R = 50.67%
G = 4.53%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE11A8 (or 0xBE11A8) is known color: Medium Violet Red. HEX triplet: BE, 11 and A8. RGB value is (190,17,168). Sum of RGB (Red+Green+Blue) = 190+17+168=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE11A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE11A8 is #41EE57. Grayscale: #555555. Windows color (decimal): -4320856 or 11014590. OLE color: 11014590.

HSL color Cylindrical-coordinate representation of color #BE11A8: hue angle of 307.63º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE11A8 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 17 168 -
CMYK 0 0.91 0.12 0.25
HSL 307.63º 0.84% 0.41% -
HSV(B) 307.63º 0.91% 0.75% -
XYZ 28.5 14.18 38.28 -
YUV 85.94 174.31 202.22 -
System Red Green Blue C M Y K H S L
Decimal 190 17 168 0 0.91 0.12 0.25 307.63 0.84 0.41
Hex BE 11 A8 0 5B C 19 134 54 29
Octal 276 21 250 0 133 14 31 464 124 51
Binary 10111110 10001 10101000 0 1011011 1100 11001 100110100 1010100 101001

Color Harmonies of #BE11A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE11A8

Black with #BE11A8

Text Example


Text Example

White with #BE11A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE11A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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