Html Css Color HEX #BE01A0 Medium Violet Red

📋 copy color: '#BE01A0'

red 190 ◦ green 1 ◦ blue 160

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

Shades of Medium Violet Red #BE01A0

Tints of Medium Violet Red #BE01A0

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 54.13%
G = 0.28%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE01A0 (or 0xBE01A0) is known color: Medium Violet Red. HEX triplet: BE, 01 and A0. RGB value is (190,1,160). Sum of RGB (Red+Green+Blue) = 190+1+160=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE01A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE01A0 is #41FE5F. Grayscale: #4B4B4B. Windows color (decimal): -4324960 or 10486206. OLE color: 10486206.

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

Color convert

RGB 190 1 160 -
CMYK 0 0.99 0.16 0.25
HSL 309.52º 0.99% 0.37% -
HSV(B) 309.52º 0.99% 0.75% -
XYZ 27.59 13.51 34.41 -
YUV 75.64 175.62 209.57 -
System Red Green Blue C M Y K H S L
Decimal 190 1 160 0 0.99 0.16 0.25 309.52 0.99 0.37
Hex BE 1 A0 0 63 10 19 136 63 25
Octal 276 1 240 0 143 20 31 466 143 45
Binary 10111110 1 10100000 0 1100011 10000 11001 100110110 1100011 100101

Color Harmonies of #BE01A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE01A0

Black with #BE01A0

Text Example


Text Example

White with #BE01A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE01A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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