#B46CA4

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

Shades of Bouquet #B46CA4

Tints of Bouquet #B46CA4

Color information

#B46CA4 (or 0xB46CA4) is unknown color: approx Bouquet. HEX triplet: B4, 6C and A4. RGB value is (180,108,164). Sum of RGB (Red+Green+Blue) = 180+108+164=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 164 (64.45% from 255 or 36.28% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B46CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46CA4 is #4B935B. Grayscale: #878787. Windows color (decimal): -4952924 or 10775732. OLE color: 10775732.

HSL color Cylindrical-coordinate representation of color #B46CA4: hue angle of 313.33º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B46CA4 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB180108164-
CMYK00.400.090.29
HSL313.33º32.43%56.47%-
HSV(B)313.33º40%70.59%-
XYZ30.8923.1137.95-
YUV135.91143.85159.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 108 (42.58% from 255) = 23.89%
BLUE value IS 164 (64.45% from 255) = 36.28%
R=39.82%
G=23.89%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010816400.400.090.29313.3332.4356.47
HexB46CA402891D1392038
Octal26415424405011354714070
Binary101101001101100101001000101000100111101100111001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46CA4; }

 p { color: rgb(180,108,164); }

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

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

 a { background-color: rgb(180,108,164); }

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

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

 span { border-color: rgb(180,108,164); }

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