Html Css Color HEX #B395BD East Side

📋 copy color: '#B395BD'

red 179 ◦ green 149 ◦ blue 189

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

Shades of East Side #B395BD

Tints of East Side #B395BD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.82%

 BLUE value IS 189 (74.22% from 255) = 36.56%

R = 34.62%
G = 28.82%
B = 36.56%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B395BD (or 0xB395BD) is known color: East Side. HEX triplet: B3, 95 and BD. RGB value is (179,149,189). Sum of RGB (Red+Green+Blue) = 179+149+189=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 189 - color contains mainly: blue. Hex color #B395BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B395BD is #4C6A42. Grayscale: #A2A2A2. Windows color (decimal): -5007939 or 12424627. OLE color: 12424627.

HSL color Cylindrical-coordinate representation of color #B395BD: hue angle of 285º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B395BD is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 149 189 -
CMYK 0.05 0.21 0 0.26
HSL 285º 0.23% 0.66% -
HSV(B) 285º 0.21% 0.74% -
XYZ 38.52 34.75 52.82 -
YUV 162.53 142.94 139.75 -
System Red Green Blue C M Y K H S L
Decimal 179 149 189 0.05 0.21 0 0.26 285 0.23 0.66
Hex B3 95 BD 5 15 0 1A 11D 17 42
Octal 263 225 275 5 25 0 32 435 27 102
Binary 10110011 10010101 10111101 101 10101 0 11010 100011101 10111 1000010

Color Harmonies of #B395BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B395BD

Black with #B395BD

Text Example


Text Example

White with #B395BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B395BD; }

 p { color: rgb(179,149,189); }

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

background-color css

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

 a { background-color: rgb(179,149,189); }

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

border-color css

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

 span { border-color: rgb(179,149,189); }

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