#B27CA5

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

Shades of Bouquet #B27CA5

Tints of Bouquet #B27CA5

Color information

#B27CA5 (or 0xB27CA5) is unknown color: approx Bouquet. HEX triplet: B2, 7C and A5. RGB value is (178,124,165). Sum of RGB (Red+Green+Blue) = 178+124+165=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B27CA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27CA5 is #4D835A. Grayscale: #909090. Windows color (decimal): -5079899 or 10845362. OLE color: 10845362.

HSL color Cylindrical-coordinate representation of color #B27CA5: hue angle of 314.44º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B27CA5 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB178124165-
CMYK00.300.070.30
HSL314.44º25.96%59.22%-
HSV(B)314.44º30.34%69.8%-
XYZ32.3626.639.03-
YUV144.82139.39151.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.12%
GREEN value IS 124 (48.83% from 255) = 26.55%
BLUE value IS 165 (64.84% from 255) = 35.33%
R=38.12%
G=26.55%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812416500.300.070.30314.4425.9659.22
HexB27CA501E71E13a1a3b
Octal2621742450367364723273
Binary101100101111100101001010111101111111010011101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27CA5; }

 p { color: rgb(178,124,165); }

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

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

 a { background-color: rgb(178,124,165); }

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

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

 span { border-color: rgb(178,124,165); }

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