#BE2368

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

Shades of Medium Red Violet #BE2368

Tints of Medium Red Violet #BE2368

Color information

#BE2368 (or 0xBE2368) is unknown color: approx Medium Red Violet. HEX triplet: BE, 23 and 68. RGB value is (190,35,104). Sum of RGB (Red+Green+Blue) = 190+35+104=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2368 is #41DC97. Grayscale: #595959. Windows color (decimal): -4316312 or 6824894. OLE color: 6824894.

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

Color convert

RGB19035104-
CMYK00.820.450.25
HSL333.29º68.89%44.12%-
HSV(B)333.29º81.58%74.51%-
XYZ24.3313.1514.35-
YUV89.21136.35199.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.75%
GREEN value IS 35 (14.06% from 255) = 10.64%
BLUE value IS 104 (41.02% from 255) = 31.61%
R=57.75%
G=10.64%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903510400.820.450.25333.2968.8944.12
HexBE23680522D1914d452c
Octal276431500122553151510554
Binary10111110100011110100001010010101101110011010011011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2368; }

 p { color: rgb(190,35,104); }

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

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

 a { background-color: rgb(190,35,104); }

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

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

 span { border-color: rgb(190,35,104); }

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