#BE2498

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

Shades of Medium Red Violet #BE2498

Tints of Medium Red Violet #BE2498

Color information

#BE2498 (or 0xBE2498) is unknown color: approx Medium Red Violet. HEX triplet: BE, 24 and 98. RGB value is (190,36,152). Sum of RGB (Red+Green+Blue) = 190+36+152=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2498 is #41DB67. Grayscale: #5E5E5E. Windows color (decimal): -4316008 or 9970878. OLE color: 9970878.

HSL color Cylindrical-coordinate representation of color #BE2498: hue angle of 314.81º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2498 is Cyan = 0, Magento = 0.81, Yellow = 0.2 and Black (K on CMYK) = 0.25.

Color convert

RGB19036152-
CMYK00.810.20.25
HSL314.81º68.14%44.31%-
HSV(B)314.81º81.05%74.51%-
XYZ27.5314.4831.05-
YUV95.27160.02195.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 36 (14.45% from 255) = 9.52%
BLUE value IS 152 (59.77% from 255) = 40.21%
R=50.26%
G=9.52%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903615200.810.20.25314.8168.1444.31
HexBE2498051141913b442c
Octal276442300121243147310454
Binary10111110100100100110000101000110100110011001110111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2498; }

 p { color: rgb(190,36,152); }

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

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

 a { background-color: rgb(190,36,152); }

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

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

 span { border-color: rgb(190,36,152); }

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