#BE27A4

Color #BE27A4 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #BE27A4

Tints of Medium Red Violet #BE27A4

Color information

#BE27A4 (or 0xBE27A4) is unknown color: approx Medium Red Violet. HEX triplet: BE, 27 and A4. RGB value is (190,39,164). Sum of RGB (Red+Green+Blue) = 190+39+164=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE27A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE27A4 is #41D85B. Grayscale: #626262. Windows color (decimal): -4315228 or 10758078. OLE color: 10758078.

HSL color Cylindrical-coordinate representation of color #BE27A4: hue angle of 310.33º degrees, saturation: 0.66, 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 #BE27A4 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB19039164-
CMYK00.790.140.25
HSL310.33º65.94%44.9%-
HSV(B)310.33º79.47%74.51%-
XYZ28.6615.0836.52-
YUV98.4165.03193.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.35%
GREEN value IS 39 (15.62% from 255) = 9.92%
BLUE value IS 164 (64.45% from 255) = 41.73%
R=48.35%
G=9.92%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903916400.790.140.25310.3365.9444.9
HexBE27A404FE19136422d
Octal276472440117163146610255
Binary1011111010011110100100010011111110110011001101101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE27A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE27A4; }

 p { color: rgb(190,39,164); }

 H1.HeaderClassName
 {
   color: #BE27A4;
 }
 .AnyTagClassName
 {
   color: #BE27A4;
 }
</style>
background-color css

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

 a { background-color: rgb(190,39,164); }

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

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

 span { border-color: rgb(190,39,164); }

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