#B07FA3

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

Shades of Bouquet #B07FA3

Tints of Bouquet #B07FA3

Color information

#B07FA3 (or 0xB07FA3) is unknown color: approx Bouquet. HEX triplet: B0, 7F and A3. RGB value is (176,127,163). Sum of RGB (Red+Green+Blue) = 176+127+163=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 176 - color contains mainly: red. Hex color #B07FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07FA3 is #4F805C. Grayscale: #919191. Windows color (decimal): -5210205 or 10715056. OLE color: 10715056.

HSL color Cylindrical-coordinate representation of color #B07FA3: hue angle of 315.92º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B07FA3 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB176127163-
CMYK00.280.070.31
HSL315.92º23.67%59.41%-
HSV(B)315.92º27.84%69.02%-
XYZ32.127.0538.18-
YUV145.76137.73149.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 127 (50% from 255) = 27.25%
BLUE value IS 163 (64.06% from 255) = 34.98%
R=37.77%
G=27.25%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612716300.280.070.31315.9223.6759.41
HexB07FA301C71F13c183b
Octal2601772430347374743073
Binary101100001111111101000110111001111111110011110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07FA3; }

 p { color: rgb(176,127,163); }

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

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

 a { background-color: rgb(176,127,163); }

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

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

 span { border-color: rgb(176,127,163); }

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