#B389CF

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

Shades of East Side #B389CF

Tints of East Side #B389CF

Color information

#B389CF (or 0xB389CF) is unknown color: approx East Side. HEX triplet: B3, 89 and CF. RGB value is (179,137,207). Sum of RGB (Red+Green+Blue) = 179+137+207=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 137 (53.91% from 255 or 26.20% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #B389CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389CF is #4C7630. Grayscale: #9D9D9D. Windows color (decimal): -5010993 or 13601203. OLE color: 13601203.

HSL color Cylindrical-coordinate representation of color #B389CF: hue angle of 276º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B389CF is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB179137207-
CMYK0.140.3400.19
HSL276º42.17%67.45%-
HSV(B)276º33.82%81.18%-
XYZ38.831.9863.16-
YUV157.54155.91143.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.23%
GREEN value IS 137 (53.91% from 255) = 26.20%
BLUE value IS 207 (81.25% from 255) = 39.58%
R=34.23%
G=26.20%
B=39.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791372070.140.3400.1927642.1767.45
HexB389CFE220131142a43
Octal263211317164202342452103
Binary10110011100010011100111111101000100100111000101001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B389CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B389CF; }

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

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

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

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

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

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

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

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