#B06493

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

Shades of Bouquet #B06493

Tints of Bouquet #B06493

Color information

#B06493 (or 0xB06493) is unknown color: approx Bouquet. HEX triplet: B0, 64 and 93. RGB value is (176,100,147). Sum of RGB (Red+Green+Blue) = 176+100+147=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B06493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06493 is #4F9B6C. Grayscale: #7F7F7F. Windows color (decimal): -5217133 or 9659568. OLE color: 9659568.

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

Color convert

RGB176100147-
CMYK00.430.160.31
HSL322.89º32.48%54.12%-
HSV(B)322.89º43.18%69.02%-
XYZ27.7320.4530.09-
YUV128.08138.68162.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.61%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 147 (57.81% from 255) = 34.75%
R=41.61%
G=23.64%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610014700.430.160.31322.8932.4854.12
HexB0649302B101F1432036
Octal26014422305320375034066
Binary1011000011001001001001101010111000011111101000011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06493; }

 p { color: rgb(176,100,147); }

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

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

 a { background-color: rgb(176,100,147); }

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

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

 span { border-color: rgb(176,100,147); }

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