#B275A3

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

Shades of Bouquet #B275A3

Tints of Bouquet #B275A3

Color information

#B275A3 (or 0xB275A3) is unknown color: approx Bouquet. HEX triplet: B2, 75 and A3. RGB value is (178,117,163). Sum of RGB (Red+Green+Blue) = 178+117+163=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 178 - color contains mainly: red. Hex color #B275A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B275A3 is #4D8A5C. Grayscale: #8C8C8C. Windows color (decimal): -5081693 or 10712498. OLE color: 10712498.

HSL color Cylindrical-coordinate representation of color #B275A3: hue angle of 314.75º 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 #B275A3 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB178117163-
CMYK00.340.080.30
HSL314.75º28.37%57.84%-
HSV(B)314.75º34.27%69.8%-
XYZ31.3324.8337.79-
YUV140.48140.71154.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.86%
GREEN value IS 117 (46.09% from 255) = 25.55%
BLUE value IS 163 (64.06% from 255) = 35.59%
R=38.86%
G=25.55%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811716300.340.080.30314.7528.3757.84
HexB275A302281E13b1c3a
Octal26216524304210364733472
Binary10110010111010110100011010001010001111010011101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B275A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B275A3; }

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

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

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

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

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

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

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

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