#B075A5

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

Shades of Bouquet #B075A5

Tints of Bouquet #B075A5

Color information

#B075A5 (or 0xB075A5) is unknown color: approx Bouquet. HEX triplet: B0, 75 and A5. RGB value is (176,117,165). Sum of RGB (Red+Green+Blue) = 176+117+165=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 176 - color contains mainly: red. Hex color #B075A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B075A5 is #4F8A5A. Grayscale: #8B8B8B. Windows color (decimal): -5212763 or 10843568. OLE color: 10843568.

HSL color Cylindrical-coordinate representation of color #B075A5: hue angle of 311.19º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B075A5 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB176117165-
CMYK00.340.060.31
HSL311.19º27.19%57.45%-
HSV(B)311.19º33.52%69.02%-
XYZ31.0624.6738.72-
YUV140.11142.05153.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.43%
GREEN value IS 117 (46.09% from 255) = 25.55%
BLUE value IS 165 (64.84% from 255) = 36.03%
R=38.43%
G=25.55%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611716500.340.060.31311.1927.1957.45
HexB075A502261F1371b39
Octal2601652450426374673371
Binary1011000011101011010010101000101101111110011011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B075A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B075A5; }

 p { color: rgb(176,117,165); }

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

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

 a { background-color: rgb(176,117,165); }

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

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

 span { border-color: rgb(176,117,165); }

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