Html Css Color HEX #B389BC East Side

📋 copy color: '#B389BC'

red 179 ◦ green 137 ◦ blue 188

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

Shades of East Side #B389BC

Tints of East Side #B389BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.3%

R = 35.52%
G = 27.18%
B = 37.3%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B389BC (or 0xB389BC) is known color: East Side. HEX triplet: B3, 89 and BC. RGB value is (179,137,188). Sum of RGB (Red+Green+Blue) = 179+137+188=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 188 - color contains mainly: blue. Hex color #B389BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389BC is #4C7643. Grayscale: #9B9B9B. Windows color (decimal): -5011012 or 12356019. OLE color: 12356019.

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

Color convert

RGB 179 137 188 -
CMYK 0.05 0.27 0 0.26
HSL 289.41º 0.28% 0.64% -
HSV(B) 289.41º 0.27% 0.74% -
XYZ 36.61 31.11 51.65 -
YUV 155.37 146.41 144.85 -
System Red Green Blue C M Y K H S L
Decimal 179 137 188 0.05 0.27 0 0.26 289.41 0.28 0.64
Hex B3 89 BC 5 1B 0 1A 121 1C 40
Octal 263 211 274 5 33 0 32 441 34 100
Binary 10110011 10001001 10111100 101 11011 0 11010 100100001 11100 1000000

Color Harmonies of #B389BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B389BC

Black with #B389BC

Text Example


Text Example

White with #B389BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B389BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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