#B289CD

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

Shades of East Side #B289CD

Tints of East Side #B289CD

Color information

#B289CD (or 0xB289CD) is unknown color: approx East Side. HEX triplet: B2, 89 and CD. RGB value is (178,137,205). Sum of RGB (Red+Green+Blue) = 178+137+205=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #B289CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B289CD is #4D7632. Grayscale: #9C9C9C. Windows color (decimal): -5076531 or 13470130. OLE color: 13470130.

HSL color Cylindrical-coordinate representation of color #B289CD: hue angle of 276.18º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B289CD is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178137205-
CMYK0.130.3300.20
HSL276.18º40.48%67.06%-
HSV(B)276.18º33.17%80.39%-
XYZ38.3331.7661.87-
YUV157.01155.08142.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.23%
GREEN value IS 137 (53.91% from 255) = 26.35%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=34.23%
G=26.35%
B=39.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781372050.130.3300.20276.1840.4867.06
HexB289CDD210141142843
Octal262211315154102442450103
Binary10110010100010011100110111011000010101001000101001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B289CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B289CD; }

 p { color: rgb(178,137,205); }

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

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

 a { background-color: rgb(178,137,205); }

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

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

 span { border-color: rgb(178,137,205); }

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