#B07DA7

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

Shades of Bouquet #B07DA7

Tints of Bouquet #B07DA7

Color information

#B07DA7 (or 0xB07DA7) is unknown color: approx Bouquet. HEX triplet: B0, 7D and A7. RGB value is (176,125,167). Sum of RGB (Red+Green+Blue) = 176+125+167=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B07DA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07DA7 is #4F8258. Grayscale: #909090. Windows color (decimal): -5210713 or 10976688. OLE color: 10976688.

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

Color convert

RGB176125167-
CMYK00.290.050.31
HSL310.59º24.4%59.02%-
HSV(B)310.59º28.98%69.02%-
XYZ32.2126.6940.01-
YUV145.04140.4150.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.61%
GREEN value IS 125 (49.22% from 255) = 26.71%
BLUE value IS 167 (65.62% from 255) = 35.68%
R=37.61%
G=26.71%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612516700.290.050.31310.5924.459.02
HexB07DA701D51F137183b
Octal2601752470355374673073
Binary101100001111101101001110111011011111110011011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07DA7; }

 p { color: rgb(176,125,167); }

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

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

 a { background-color: rgb(176,125,167); }

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

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

 span { border-color: rgb(176,125,167); }

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