Html Css Color HEX #B388BA East Side

📋 copy color: '#B388BA'

red 179 ◦ green 136 ◦ blue 186

#B388BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #B388BA

Tints of East Side #B388BA

RGB

 RED value IS 179 (70.31% from 255) = 35.73%

 GREEN value IS 136 (53.52% from 255) = 27.15%

 BLUE value IS 186 (73.05% from 255) = 37.13%

R = 35.73%
G = 27.15%
B = 37.13%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B388BA (or 0xB388BA) is known color: East Side. HEX triplet: B3, 88 and BA. RGB value is (179,136,186). Sum of RGB (Red+Green+Blue) = 179+136+186=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 186 - color contains mainly: blue. Hex color #B388BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B388BA is #4C7745. Grayscale: #9A9A9A. Windows color (decimal): -5011270 or 12224691. OLE color: 12224691.

HSL color Cylindrical-coordinate representation of color #B388BA: hue angle of 291.6º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B388BA is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 136 186 -
CMYK 0.04 0.27 0 0.27
HSL 291.6º 0.27% 0.63% -
HSV(B) 291.6º 0.27% 0.73% -
XYZ 36.26 30.74 50.48 -
YUV 154.56 145.75 145.43 -
System Red Green Blue C M Y K H S L
Decimal 179 136 186 0.04 0.27 0 0.27 291.6 0.27 0.63
Hex B3 88 BA 4 1B 0 1B 124 1B 3F
Octal 263 210 272 4 33 0 33 444 33 77
Binary 10110011 10001000 10111010 100 11011 0 11011 100100100 11011 111111

Color Harmonies of #B388BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B388BA

Black with #B388BA

Text Example


Text Example

White with #B388BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B388BA; }

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

 H1.HeaderClassName
 {
   color: #B388BA;
 }
 .AnyTagClassName
 {
   color: #B388BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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