#B06C9E

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

Shades of Bouquet #B06C9E

Tints of Bouquet #B06C9E

Color information

#B06C9E (or 0xB06C9E) is unknown color: approx Bouquet. HEX triplet: B0, 6C and 9E. RGB value is (176,108,158). Sum of RGB (Red+Green+Blue) = 176+108+158=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B06C9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06C9E is #4F9361. Grayscale: #858585. Windows color (decimal): -5215074 or 10382512. OLE color: 10382512.

HSL color Cylindrical-coordinate representation of color #B06C9E: hue angle of 315.88º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B06C9E is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB176108158-
CMYK00.390.100.31
HSL315.88º30.09%55.69%-
HSV(B)315.88º38.64%69.02%-
XYZ29.4422.4235.12-
YUV134.03141.53157.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.82%
GREEN value IS 108 (42.58% from 255) = 24.43%
BLUE value IS 158 (62.11% from 255) = 35.75%
R=39.82%
G=24.43%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610815800.390.100.31315.8830.0955.69
HexB06C9E027A1F13c1e38
Octal26015423604712374743670
Binary10110000110110010011110010011110101111110011110011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06C9E; }

 p { color: rgb(176,108,158); }

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

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

 a { background-color: rgb(176,108,158); }

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

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

 span { border-color: rgb(176,108,158); }

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