#B275BC

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

Shades of East Side #B275BC

Tints of East Side #B275BC

Color information

#B275BC (or 0xB275BC) is unknown color: approx East Side. HEX triplet: B2, 75 and BC. RGB value is (178,117,188). Sum of RGB (Red+Green+Blue) = 178+117+188=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #B275BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B275BC is #4D8A43. Grayscale: #8F8F8F. Windows color (decimal): -5081668 or 12350898. OLE color: 12350898.

HSL color Cylindrical-coordinate representation of color #B275BC: hue angle of 291.55º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B275BC is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB178117188-
CMYK0.050.3800.26
HSL291.55º34.63%59.8%-
HSV(B)291.55º37.77%73.73%-
XYZ33.825.8250.78-
YUV143.33153.21152.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.85%
GREEN value IS 117 (46.09% from 255) = 24.22%
BLUE value IS 188 (73.83% from 255) = 38.92%
R=36.85%
G=24.22%
B=38.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781171880.050.3800.26291.5534.6359.8
HexB275BC52601A124233c
Octal2621652745460324444374
Binary10110010111010110111100101100110011010100100100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B275BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B275BC; }

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

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

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

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

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

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

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

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