Html Css Color HEX #B386BA East Side

📋 copy color: '#B386BA'

red 179 ◦ green 134 ◦ blue 186

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

Shades of East Side #B386BA

Tints of East Side #B386BA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.85%

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

R = 35.87%
G = 26.85%
B = 37.27%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B386BA (or 0xB386BA) is known color: East Side. HEX triplet: B3, 86 and BA. RGB value is (179,134,186). Sum of RGB (Red+Green+Blue) = 179+134+186=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 186 - color contains mainly: blue. Hex color #B386BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B386BA is #4C7945. Grayscale: #999999. Windows color (decimal): -5011782 or 12224179. OLE color: 12224179.

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

Color convert

RGB 179 134 186 -
CMYK 0.04 0.28 0 0.27
HSL 291.92º 0.27% 0.63% -
HSV(B) 291.92º 0.28% 0.73% -
XYZ 35.98 30.18 50.38 -
YUV 153.38 146.41 146.27 -
System Red Green Blue C M Y K H S L
Decimal 179 134 186 0.04 0.28 0 0.27 291.92 0.27 0.63
Hex B3 86 BA 4 1C 0 1B 124 1B 3F
Octal 263 206 272 4 34 0 33 444 33 77
Binary 10110011 10000110 10111010 100 11100 0 11011 100100100 11011 111111

Color Harmonies of #B386BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B386BA

Black with #B386BA

Text Example


Text Example

White with #B386BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B386BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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