Html Css Color HEX #B385BA East Side

📋 copy color: '#B385BA'

red 179 ◦ green 133 ◦ blue 186

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

Shades of East Side #B385BA

Tints of East Side #B385BA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.71%

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

R = 35.94%
G = 26.71%
B = 37.35%

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

#B385BA (or 0xB385BA) is known color: East Side. HEX triplet: B3, 85 and BA. RGB value is (179,133,186). Sum of RGB (Red+Green+Blue) = 179+133+186=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #B385BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B385BA is #4C7A45. Grayscale: #989898. Windows color (decimal): -5012038 or 12223923. OLE color: 12223923.

HSL color Cylindrical-coordinate representation of color #B385BA: hue angle of 292.08º degrees, saturation: 0.28, 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 #B385BA is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 133 186 -
CMYK 0.04 0.28 0 0.27
HSL 292.08º 0.28% 0.63% -
HSV(B) 292.08º 0.28% 0.73% -
XYZ 35.84 29.9 50.34 -
YUV 152.8 146.74 146.69 -
System Red Green Blue C M Y K H S L
Decimal 179 133 186 0.04 0.28 0 0.27 292.08 0.28 0.63
Hex B3 85 BA 4 1C 0 1B 124 1C 3F
Octal 263 205 272 4 34 0 33 444 34 77
Binary 10110011 10000101 10111010 100 11100 0 11011 100100100 11100 111111

Color Harmonies of #B385BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B385BA

Black with #B385BA

Text Example


Text Example

White with #B385BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B385BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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