#B275BD

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

Shades of East Side #B275BD

Tints of East Side #B275BD

Color information

#B275BD (or 0xB275BD) is unknown color: approx East Side. HEX triplet: B2, 75 and BD. RGB value is (178,117,189). Sum of RGB (Red+Green+Blue) = 178+117+189=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #B275BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B275BD is #4D8A42. Grayscale: #8F8F8F. Windows color (decimal): -5081667 or 12416434. OLE color: 12416434.

HSL color Cylindrical-coordinate representation of color #B275BD: hue angle of 290.83º 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 #B275BD is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB178117189-
CMYK0.060.3800.26
HSL290.83º35.29%60%-
HSV(B)290.83º38.1%74.12%-
XYZ33.9125.8651.35-
YUV143.45153.71152.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.78%
GREEN value IS 117 (46.09% from 255) = 24.17%
BLUE value IS 189 (74.22% from 255) = 39.05%
R=36.78%
G=24.17%
B=39.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781171890.060.3800.26290.8335.2960
HexB275BD62601A123233c
Octal2621652756460324434374
Binary10110010111010110111101110100110011010100100011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B275BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B275BD; }

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

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

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

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

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

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

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

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