#B4679D

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

Shades of Bouquet #B4679D

Tints of Bouquet #B4679D

Color information

#B4679D (or 0xB4679D) is unknown color: approx Bouquet. HEX triplet: B4, 67 and 9D. RGB value is (180,103,157). Sum of RGB (Red+Green+Blue) = 180+103+157=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4679D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4679D is #4B9862. Grayscale: #848484. Windows color (decimal): -4954211 or 10315700. OLE color: 10315700.

HSL color Cylindrical-coordinate representation of color #B4679D: hue angle of 317.92º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4679D is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB180103157-
CMYK00.430.130.29
HSL317.92º33.92%55.49%-
HSV(B)317.92º42.78%70.59%-
XYZ29.7621.8434.55-
YUV132.18142.01162.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.91%
GREEN value IS 103 (40.62% from 255) = 23.41%
BLUE value IS 157 (61.72% from 255) = 35.68%
R=40.91%
G=23.41%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010315700.430.130.29317.9233.9255.49
HexB4679D02BD1D13e2237
Octal26414723505315354764267
Binary101101001100111100111010101011110111101100111110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4679D; }

 p { color: rgb(180,103,157); }

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

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

 a { background-color: rgb(180,103,157); }

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

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

 span { border-color: rgb(180,103,157); }

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