#B388CA

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

Shades of East Side #B388CA

Tints of East Side #B388CA

Color information

#B388CA (or 0xB388CA) is unknown color: approx East Side. HEX triplet: B3, 88 and CA. RGB value is (179,136,202). Sum of RGB (Red+Green+Blue) = 179+136+202=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #B388CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B388CA is #4C7735. Grayscale: #9C9C9C. Windows color (decimal): -5011254 or 13273267. OLE color: 13273267.

HSL color Cylindrical-coordinate representation of color #B388CA: hue angle of 279.09º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B388CA is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179136202-
CMYK0.110.3300.21
HSL279.09º38.37%66.27%-
HSV(B)279.09º32.67%79.22%-
XYZ38.0631.4659.94-
YUV156.38153.75144.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.62%
GREEN value IS 136 (53.52% from 255) = 26.31%
BLUE value IS 202 (79.30% from 255) = 39.07%
R=34.62%
G=26.31%
B=39.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791362020.110.3300.21279.0938.3766.27
HexB388CAB210151172642
Octal263210312134102542746102
Binary10110011100010001100101010111000010101011000101111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B388CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B388CA; }

 p { color: rgb(179,136,202); }

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

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

 a { background-color: rgb(179,136,202); }

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

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

 span { border-color: rgb(179,136,202); }

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