#be266a

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

Shades of Medium Red Violet #BE266A

Tints of Medium Red Violet #BE266A

Color information

#BE266A (or 0xBE266A) is unknown color: approx Medium Red Violet. HEX triplet: BE, 26 and 6A. RGB value is (190,38,106). Sum of RGB (Red+Green+Blue) = 190+38+106=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE266A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE266A is #41D995. Grayscale: #5B5B5B. Windows color (decimal): -4315542 or 6956734. OLE color: 6956734.

HSL color Cylindrical-coordinate representation of color #BE266A: hue angle of 333.16º 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 #BE266A is Cyan = 0, Magento = 0.8, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB19038106-
CMYK00.80.440.25
HSL333.16º66.67%44.71%-
HSV(B)333.16º80%74.51%-
XYZ24.5313.3714.92-
YUV91.2136.36198.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.89%
GREEN value IS 38 (15.23% from 255) = 11.38%
BLUE value IS 106 (41.80% from 255) = 31.74%
R=56.89%
G=11.38%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903810600.80.440.25333.1666.6744.71
HexBE266A0502C1914d432d
Octal276461520120543151510355
Binary10111110100110110101001010000101100110011010011011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be266a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be266a; }

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

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

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

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

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

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

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

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