#B07FA1

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

Shades of Bouquet #B07FA1

Tints of Bouquet #B07FA1

Color information

#B07FA1 (or 0xB07FA1) is unknown color: approx Bouquet. HEX triplet: B0, 7F and A1. RGB value is (176,127,161). Sum of RGB (Red+Green+Blue) = 176+127+161=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B07FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07FA1 is #4F805E. Grayscale: #919191. Windows color (decimal): -5210207 or 10583984. OLE color: 10583984.

HSL color Cylindrical-coordinate representation of color #B07FA1: hue angle of 318.37º 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 #B07FA1 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB176127161-
CMYK00.280.090.31
HSL318.37º23.67%59.41%-
HSV(B)318.37º27.84%69.02%-
XYZ31.9326.9837.24-
YUV145.53136.73149.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.93%
GREEN value IS 127 (50% from 255) = 27.37%
BLUE value IS 161 (63.28% from 255) = 34.70%
R=37.93%
G=27.37%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612716100.280.090.31318.3723.6759.41
HexB07FA101C91F13e183b
Octal26017724103411374763073
Binary1011000011111111010000101110010011111110011111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07FA1; }

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

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

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

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

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

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

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

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