Html Css Color HEX #BE10A0 Medium Violet Red

📋 copy color: '#BE10A0'

red 190 ◦ green 16 ◦ blue 160

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

Shades of Medium Violet Red #BE10A0

Tints of Medium Violet Red #BE10A0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.37%

 BLUE value IS 160 (62.89% from 255) = 43.72%

R = 51.91%
G = 4.37%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE10A0 (or 0xBE10A0) is known color: Medium Violet Red. HEX triplet: BE, 10 and A0. RGB value is (190,16,160). Sum of RGB (Red+Green+Blue) = 190+16+160=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE10A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE10A0 is #41EF5F. Grayscale: #545454. Windows color (decimal): -4321120 or 10490046. OLE color: 10490046.

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

Color convert

RGB 190 16 160 -
CMYK 0 0.92 0.16 0.25
HSL 310.34º 0.84% 0.4% -
HSV(B) 310.34º 0.92% 0.75% -
XYZ 27.77 13.86 34.47 -
YUV 84.44 170.65 203.29 -
System Red Green Blue C M Y K H S L
Decimal 190 16 160 0 0.92 0.16 0.25 310.34 0.84 0.4
Hex BE 10 A0 0 5C 10 19 136 54 28
Octal 276 20 240 0 134 20 31 466 124 50
Binary 10111110 10000 10100000 0 1011100 10000 11001 100110110 1010100 101000

Color Harmonies of #BE10A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE10A0

Black with #BE10A0

Text Example


Text Example

White with #BE10A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE10A0; }

 p { color: rgb(190,16,160); }

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

background-color css

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

 a { background-color: rgb(190,16,160); }

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

border-color css

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

 span { border-color: rgb(190,16,160); }

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