#B07CA7

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

Shades of Bouquet #B07CA7

Tints of Bouquet #B07CA7

Color information

#B07CA7 (or 0xB07CA7) is unknown color: approx Bouquet. HEX triplet: B0, 7C and A7. RGB value is (176,124,167). Sum of RGB (Red+Green+Blue) = 176+124+167=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 167 (65.62% from 255 or 35.76% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B07CA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07CA7 is #4F8358. Grayscale: #909090. Windows color (decimal): -5210969 or 10976432. OLE color: 10976432.

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

Color convert

RGB176124167-
CMYK00.300.050.31
HSL310.38º24.76%58.82%-
HSV(B)310.38º29.55%69.02%-
XYZ32.0926.4439.97-
YUV144.45140.73150.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 124 (48.83% from 255) = 26.55%
BLUE value IS 167 (65.62% from 255) = 35.76%
R=37.69%
G=26.55%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612416700.300.050.31310.3824.7658.82
HexB07CA701E51F136193b
Octal2601742470365374663173
Binary101100001111100101001110111101011111110011011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07CA7; }

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

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

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

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

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

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

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

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