Html Css Color HEX #B389BD East Side

📋 copy color: '#B389BD'

red 179 ◦ green 137 ◦ blue 189

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

Shades of East Side #B389BD

Tints of East Side #B389BD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.13%

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

R = 35.45%
G = 27.13%
B = 37.43%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B389BD (or 0xB389BD) is known color: East Side. HEX triplet: B3, 89 and BD. RGB value is (179,137,189). Sum of RGB (Red+Green+Blue) = 179+137+189=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #B389BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389BD is #4C7642. Grayscale: #9B9B9B. Windows color (decimal): -5011011 or 12421555. OLE color: 12421555.

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

Color convert

RGB 179 137 189 -
CMYK 0.05 0.28 0 0.26
HSL 288.46º 0.28% 0.64% -
HSV(B) 288.46º 0.28% 0.74% -
XYZ 36.72 31.15 52.22 -
YUV 155.49 146.91 144.77 -
System Red Green Blue C M Y K H S L
Decimal 179 137 189 0.05 0.28 0 0.26 288.46 0.28 0.64
Hex B3 89 BD 5 1C 0 1A 120 1C 40
Octal 263 211 275 5 34 0 32 440 34 100
Binary 10110011 10001001 10111101 101 11100 0 11010 100100000 11100 1000000

Color Harmonies of #B389BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B389BD

Black with #B389BD

Text Example


Text Example

White with #B389BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B389BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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