#B370A0

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

Shades of Bouquet #B370A0

Tints of Bouquet #B370A0

Color information

#B370A0 (or 0xB370A0) is unknown color: approx Bouquet. HEX triplet: B3, 70 and A0. RGB value is (179,112,160). Sum of RGB (Red+Green+Blue) = 179+112+160=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B370A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B370A0 is #4C8F5F. Grayscale: #898989. Windows color (decimal): -5017440 or 10514611. OLE color: 10514611.

HSL color Cylindrical-coordinate representation of color #B370A0: hue angle of 317.01º degrees, saturation: 0.31, 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 #B370A0 is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB179112160-
CMYK00.370.110.30
HSL317.01º30.59%57.06%-
HSV(B)317.01º37.43%70.2%-
XYZ30.7323.7136.21-
YUV137.5140.7157.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.69%
GREEN value IS 112 (44.14% from 255) = 24.83%
BLUE value IS 160 (62.89% from 255) = 35.48%
R=39.69%
G=24.83%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911216000.370.110.30317.0130.5957.06
HexB370A0025B1E13d1f39
Octal26316024004513364753771
Binary10110011111000010100000010010110111111010011110111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B370A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B370A0; }

 p { color: rgb(179,112,160); }

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

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

 a { background-color: rgb(179,112,160); }

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

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

 span { border-color: rgb(179,112,160); }

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