#B371A8

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

Shades of Bouquet #B371A8

Tints of Bouquet #B371A8

Color information

#B371A8 (or 0xB371A8) is unknown color: approx Bouquet. HEX triplet: B3, 71 and A8. RGB value is (179,113,168). Sum of RGB (Red+Green+Blue) = 179+113+168=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 179 - color contains mainly: red. Hex color #B371A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B371A8 is #4C8E57. Grayscale: #8A8A8A. Windows color (decimal): -5017176 or 11039155. OLE color: 11039155.

HSL color Cylindrical-coordinate representation of color #B371A8: hue angle of 310º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B371A8 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB179113168-
CMYK00.370.060.30
HSL310º30.28%57.25%-
HSV(B)310º36.87%70.2%-
XYZ31.5624.2240.06-
YUV139144.37156.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.91%
GREEN value IS 113 (44.53% from 255) = 24.57%
BLUE value IS 168 (66.02% from 255) = 36.52%
R=38.91%
G=24.57%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911316800.370.060.3031030.2857.25
HexB371A802561E1361e39
Octal2631612500456364663671
Binary1011001111100011010100001001011101111010011011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B371A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B371A8; }

 p { color: rgb(179,113,168); }

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

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

 a { background-color: rgb(179,113,168); }

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

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

 span { border-color: rgb(179,113,168); }

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