#BE75A8

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

Shades of Bouquet #BE75A8

Tints of Bouquet #BE75A8

Color information

#BE75A8 (or 0xBE75A8) is unknown color: approx Bouquet. HEX triplet: BE, 75 and A8. RGB value is (190,117,168). Sum of RGB (Red+Green+Blue) = 190+117+168=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE75A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE75A8 is #418A57. Grayscale: #909090. Windows color (decimal): -4295256 or 11040190. OLE color: 11040190.

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

Color convert

RGB190117168-
CMYK00.380.120.25
HSL318.08º35.96%60.2%-
HSV(B)318.08º38.42%74.51%-
XYZ34.6626.540.33-
YUV144.64141.18160.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 117 (46.09% from 255) = 24.63%
BLUE value IS 168 (66.02% from 255) = 35.37%
R=40%
G=24.63%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011716800.380.120.25318.0835.9660.2
HexBE75A8026C1913e243c
Octal27616525004614314764474
Binary101111101110101101010000100110110011001100111110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE75A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE75A8; }

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

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

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

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

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

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

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

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