#B275A1

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

Shades of Bouquet #B275A1

Tints of Bouquet #B275A1

Color information

#B275A1 (or 0xB275A1) is unknown color: approx Bouquet. HEX triplet: B2, 75 and A1. RGB value is (178,117,161). Sum of RGB (Red+Green+Blue) = 178+117+161=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 178 - color contains mainly: red. Hex color #B275A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B275A1 is #4D8A5E. Grayscale: #8C8C8C. Windows color (decimal): -5081695 or 10581426. OLE color: 10581426.

HSL color Cylindrical-coordinate representation of color #B275A1: hue angle of 316.72º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B275A1 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB178117161-
CMYK00.340.100.30
HSL316.72º28.37%57.84%-
HSV(B)316.72º34.27%69.8%-
XYZ31.1524.7636.86-
YUV140.26139.71154.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.04%
GREEN value IS 117 (46.09% from 255) = 25.66%
BLUE value IS 161 (63.28% from 255) = 35.31%
R=39.04%
G=25.66%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811716100.340.100.30316.7228.3757.84
HexB275A1022A1E13d1c3a
Octal26216524104212364753472
Binary10110010111010110100001010001010101111010011110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B275A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B275A1; }

 p { color: rgb(178,117,161); }

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

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

 a { background-color: rgb(178,117,161); }

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

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

 span { border-color: rgb(178,117,161); }

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