Html Css Color HEX #BE01A2 Medium Violet Red

📋 copy color: '#BE01A2'

red 190 ◦ green 1 ◦ blue 162

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

Shades of Medium Violet Red #BE01A2

Tints of Medium Violet Red #BE01A2

RGB

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

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

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

R = 53.82%
G = 0.28%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE01A2 (or 0xBE01A2) is known color: Medium Violet Red. HEX triplet: BE, 01 and A2. RGB value is (190,1,162). Sum of RGB (Red+Green+Blue) = 190+1+162=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 162 (63.67% from 255 or 45.89% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE01A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE01A2 is #41FE5D. Grayscale: #4B4B4B. Windows color (decimal): -4324958 or 10617278. OLE color: 10617278.

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

Color convert

RGB 190 1 162 -
CMYK 0 0.99 0.15 0.25
HSL 308.89º 0.99% 0.37% -
HSV(B) 308.89º 0.99% 0.75% -
XYZ 27.77 13.58 35.34 -
YUV 75.87 176.62 209.41 -
System Red Green Blue C M Y K H S L
Decimal 190 1 162 0 0.99 0.15 0.25 308.89 0.99 0.37
Hex BE 1 A2 0 63 F 19 135 63 25
Octal 276 1 242 0 143 17 31 465 143 45
Binary 10111110 1 10100010 0 1100011 1111 11001 100110101 1100011 100101

Color Harmonies of #BE01A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE01A2

Black with #BE01A2

Text Example


Text Example

White with #BE01A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE01A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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