#B775A0

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

Shades of Bouquet #B775A0

Tints of Bouquet #B775A0

Color information

#B775A0 (or 0xB775A0) is unknown color: approx Bouquet. HEX triplet: B7, 75 and A0. RGB value is (183,117,160). Sum of RGB (Red+Green+Blue) = 183+117+160=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B775A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B775A0 is #488A5F. Grayscale: #8D8D8D. Windows color (decimal): -4754016 or 10515895. OLE color: 10515895.

HSL color Cylindrical-coordinate representation of color #B775A0: hue angle of 320.91º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B775A0 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB183117160-
CMYK00.360.130.28
HSL320.91º31.43%58.82%-
HSV(B)320.91º36.07%71.76%-
XYZ32.2325.3336.45-
YUV141.64138.37157.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.78%
GREEN value IS 117 (46.09% from 255) = 25.43%
BLUE value IS 160 (62.89% from 255) = 34.78%
R=39.78%
G=25.43%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311716000.360.130.28320.9131.4358.82
HexB775A0024D1C1411f3b
Octal26716524004415345013773
Binary10110111111010110100000010010011011110010100000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B775A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B775A0; }

 p { color: rgb(183,117,160); }

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

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

 a { background-color: rgb(183,117,160); }

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

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

 span { border-color: rgb(183,117,160); }

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