#B274AA

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

Shades of Bouquet #B274AA

Tints of Bouquet #B274AA

Color information

#B274AA (or 0xB274AA) is unknown color: approx Bouquet. HEX triplet: B2, 74 and AA. RGB value is (178,116,170). Sum of RGB (Red+Green+Blue) = 178+116+170=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 178 - color contains mainly: red. Hex color #B274AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B274AA is #4D8B55. Grayscale: #8C8C8C. Windows color (decimal): -5081942 or 11170994. OLE color: 11170994.

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

Color convert

RGB178116170-
CMYK00.350.040.30
HSL307.74º28.7%57.65%-
HSV(B)307.74º34.83%69.8%-
XYZ31.8624.8641.15-
YUV140.69144.54154.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.36%
GREEN value IS 116 (45.70% from 255) = 25%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=38.36%
G=25%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811617000.350.040.30307.7428.757.65
HexB274AA02341E1341d3a
Octal2621642520434364643572
Binary1011001011101001010101001000111001111010011010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B274AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B274AA; }

 p { color: rgb(178,116,170); }

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

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

 a { background-color: rgb(178,116,170); }

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

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

 span { border-color: rgb(178,116,170); }

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