#B389CD

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

Shades of East Side #B389CD

Tints of East Side #B389CD

Color information

#B389CD (or 0xB389CD) is unknown color: approx East Side. HEX triplet: B3, 89 and CD. RGB value is (179,137,205). Sum of RGB (Red+Green+Blue) = 179+137+205=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #B389CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389CD is #4C7632. Grayscale: #9D9D9D. Windows color (decimal): -5010995 or 13470131. OLE color: 13470131.

HSL color Cylindrical-coordinate representation of color #B389CD: hue angle of 277.06º 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 #B389CD is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB179137205-
CMYK0.130.3300.20
HSL277.06º40.48%67.06%-
HSV(B)277.06º33.17%80.39%-
XYZ38.5631.8861.88-
YUV157.31154.91143.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.36%
GREEN value IS 137 (53.91% from 255) = 26.30%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=34.36%
G=26.30%
B=39.35%

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
Decimal1791372050.130.3300.20277.0640.4867.06
HexB389CDD210141152843
Octal263211315154102442550103
Binary10110011100010011100110111011000010101001000101011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B389CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B389CD; }

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

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

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

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

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

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

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

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