Html Css Color HEX #BE28A1 Medium Red Violet

📋 copy color: '#BE28A1'

red 190 ◦ green 40 ◦ blue 161

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

Shades of Medium Red Violet #BE28A1

Tints of Medium Red Violet #BE28A1

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.23%

 BLUE value IS 161 (63.28% from 255) = 41.18%

R = 48.59%
G = 10.23%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE28A1 (or 0xBE28A1) is known color: Medium Red Violet. HEX triplet: BE, 28 and A1. RGB value is (190,40,161). Sum of RGB (Red+Green+Blue) = 190+40+161=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 161 (63.28% from 255 or 41.18% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE28A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE28A1 is #41D75E. Grayscale: #626262. Windows color (decimal): -4314975 or 10561726. OLE color: 10561726.

HSL color Cylindrical-coordinate representation of color #BE28A1: hue angle of 311.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE28A1 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 40 161 -
CMYK 0 0.79 0.15 0.25
HSL 311.6º 0.65% 0.45% -
HSV(B) 311.6º 0.79% 0.75% -
XYZ 28.43 15.04 35.12 -
YUV 98.64 163.2 193.16 -
System Red Green Blue C M Y K H S L
Decimal 190 40 161 0 0.79 0.15 0.25 311.6 0.65 0.45
Hex BE 28 A1 0 4F F 19 138 41 2D
Octal 276 50 241 0 117 17 31 470 101 55
Binary 10111110 101000 10100001 0 1001111 1111 11001 100111000 1000001 101101

Color Harmonies of #BE28A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE28A1

Black with #BE28A1

Text Example


Text Example

White with #BE28A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE28A1; }

 p { color: rgb(190,40,161); }

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

background-color css

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

 a { background-color: rgb(190,40,161); }

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

border-color css

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

 span { border-color: rgb(190,40,161); }

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