Html Css Color HEX #B389CC East Side

📋 copy color: '#B389CC'

red 179 ◦ green 137 ◦ blue 204

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

Shades of East Side #B389CC

Tints of East Side #B389CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 34.42%
G = 26.35%
B = 39.23%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B389CC (or 0xB389CC) is known color: East Side. HEX triplet: B3, 89 and CC. RGB value is (179,137,204). Sum of RGB (Red+Green+Blue) = 179+137+204=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #B389CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389CC is #4C7633. Grayscale: #9C9C9C. Windows color (decimal): -5010996 or 13404595. OLE color: 13404595.

HSL color Cylindrical-coordinate representation of color #B389CC: hue angle of 277.61º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B389CC is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 137 204 -
CMYK 0.12 0.33 0 0.2
HSL 277.61º 0.4% 0.67% -
HSV(B) 277.61º 0.33% 0.8% -
XYZ 38.44 31.83 61.25 -
YUV 157.2 154.41 143.55 -
System Red Green Blue C M Y K H S L
Decimal 179 137 204 0.12 0.33 0 0.2 277.61 0.4 0.67
Hex B3 89 CC C 21 0 14 116 28 43
Octal 263 211 314 14 41 0 24 426 50 103
Binary 10110011 10001001 11001100 1100 100001 0 10100 100010110 101000 1000011

Color Harmonies of #B389CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B389CC

Black with #B389CC

Text Example


Text Example

White with #B389CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B389CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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