#BE268B

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

Shades of Medium Red Violet #BE268B

Tints of Medium Red Violet #BE268B

Color information

#BE268B (or 0xBE268B) is unknown color: approx Medium Red Violet. HEX triplet: BE, 26 and 8B. RGB value is (190,38,139). Sum of RGB (Red+Green+Blue) = 190+38+139=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE268B is #41D974. Grayscale: #5E5E5E. Windows color (decimal): -4315509 or 9119422. OLE color: 9119422.

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

Color convert

RGB19038139-
CMYK00.80.270.25
HSL320.13º66.67%44.71%-
HSV(B)320.13º80%74.51%-
XYZ26.5914.225.77-
YUV94.96152.86195.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.77%
GREEN value IS 38 (15.23% from 255) = 10.35%
BLUE value IS 139 (54.69% from 255) = 37.87%
R=51.77%
G=10.35%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903813900.80.270.25320.1366.6744.71
HexBE268B0501B19140432d
Octal276462130120333150010355
Binary10111110100110100010110101000011011110011010000001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE268B; }

 p { color: rgb(190,38,139); }

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

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

 a { background-color: rgb(190,38,139); }

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

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

 span { border-color: rgb(190,38,139); }

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