Shades of Bouquet #B378A8
Tints of Bouquet #B378A8
RGB
CMYK
RGB Variations
Color information
#B378A8 (or 0xB378A8) is known color: Bouquet. HEX triplet: B3, 78 and A8. RGB value is (179,120,168). Sum of RGB (Red+Green+Blue) = 179+120+168=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 179 - color contains mainly: red. Hex color #B378A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B378A8 is #4C8757. Grayscale: #8E8E8E. Windows color (decimal): -5015384 or 11040947. OLE color: 11040947.
HSL color Cylindrical-coordinate representation of color #B378A8: hue angle of 311.19º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B378A8 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 120 | 168 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.30 |
| HSL | 311.19º | 0.28% | 0.59% | - |
| HSV(B) | 311.19º | 0.33% | 0.7% | - |
| XYZ | 32.37 | 25.84 | 40.33 | - |
| YUV | 143.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 168 | 0 | 0.33 | 0.06 | 0.30 | 311.19 | 0.28 | 0.59 |
| Hex | B3 | 78 | A8 | 0 | 21 | 6 | 1E | 137 | 1C | 3B |
| Octal | 263 | 170 | 250 | 0 | 41 | 6 | 36 | 467 | 34 | 73 |
| Binary | 10110011 | 1111000 | 10101000 | 0 | 100001 | 110 | 11110 | 100110111 | 11100 | 111011 |
Color Harmonies of #B378A8
Complementary color
Monochromatic Colors of #B378A8
Black with #B378A8
Text Example
Text Example
White with #B378A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B378A8; }
p { color: rgb(179,120,168); }
H1.HeaderClassName
{
color: #B378A8;
}
.AnyTagClassName
{
color: #B378A8;
}
</style>
background-color css
<style>
a { background-color: #B378A8; }
a { background-color: rgb(179,120,168); }
div.DivClassName
{
background-color: #B378A8;
}
.BgClassName
{
background-color: #B378A8;
}
</style>
border-color css
<style>
span { border-color: #B378A8; }
span { border-color: rgb(179,120,168); }
td.TdClassName
{
border-color: #B378A8;
}
.TagClassName
{
border-color: #B378A8;
}
</style>