#B06394

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

Shades of Bouquet #B06394

Tints of Bouquet #B06394

Color information

#B06394 (or 0xB06394) is unknown color: approx Bouquet. HEX triplet: B0, 63 and 94. RGB value is (176,99,148). Sum of RGB (Red+Green+Blue) = 176+99+148=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B06394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06394 is #4F9C6B. Grayscale: #7F7F7F. Windows color (decimal): -5217388 or 9724848. OLE color: 9724848.

HSL color Cylindrical-coordinate representation of color #B06394: hue angle of 321.82º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B06394 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB17699148-
CMYK00.440.160.31
HSL321.82º32.77%53.92%-
HSV(B)321.82º43.75%69.02%-
XYZ27.7120.2930.47-
YUV127.61139.51162.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.61%
GREEN value IS 99 (39.06% from 255) = 23.40%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=41.61%
G=23.40%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769914800.440.160.31321.8232.7753.92
HexB0639402C101F1422136
Octal26014322405420375024166
Binary1011000011000111001010001011001000011111101000010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06394; }

 p { color: rgb(176,99,148); }

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

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

 a { background-color: rgb(176,99,148); }

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

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

 span { border-color: rgb(176,99,148); }

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