#BE74A8

Color #BE74A8 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #BE74A8

Tints of Bouquet #BE74A8

Color information

#BE74A8 (or 0xBE74A8) is unknown color: approx Bouquet. HEX triplet: BE, 74 and A8. RGB value is (190,116,168). Sum of RGB (Red+Green+Blue) = 190+116+168=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BE74A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE74A8 is #418B57. Grayscale: #8F8F8F. Windows color (decimal): -4295512 or 11039934. OLE color: 11039934.

HSL color Cylindrical-coordinate representation of color #BE74A8: hue angle of 317.84º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE74A8 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB190116168-
CMYK00.390.120.25
HSL317.84º36.27%60%-
HSV(B)317.84º38.95%74.51%-
XYZ34.5526.2740.29-
YUV144.05141.52160.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 116 (45.70% from 255) = 24.47%
BLUE value IS 168 (66.02% from 255) = 35.44%
R=40.08%
G=24.47%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011616800.390.120.25317.8436.2760
HexBE74A8027C1913e243c
Octal27616425004714314764474
Binary101111101110100101010000100111110011001100111110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE74A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE74A8; }

 p { color: rgb(190,116,168); }

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

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

 a { background-color: rgb(190,116,168); }

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

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

 span { border-color: rgb(190,116,168); }

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