Html Css Color HEX #B390BB East Side

📋 copy color: '#B390BB'

red 179 ◦ green 144 ◦ blue 187

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

Shades of East Side #B390BB

Tints of East Side #B390BB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.24%

 BLUE value IS 187 (73.44% from 255) = 36.67%

R = 35.1%
G = 28.24%
B = 36.67%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B390BB (or 0xB390BB) is known color: East Side. HEX triplet: B3, 90 and BB. RGB value is (179,144,187). Sum of RGB (Red+Green+Blue) = 179+144+187=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #B390BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B390BB is #4C6F44. Grayscale: #9F9F9F. Windows color (decimal): -5009221 or 12292275. OLE color: 12292275.

HSL color Cylindrical-coordinate representation of color #B390BB: hue angle of 288.84º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B390BB is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 144 187 -
CMYK 0.04 0.23 0 0.27
HSL 288.84º 0.24% 0.65% -
HSV(B) 288.84º 0.23% 0.73% -
XYZ 37.53 33.12 51.43 -
YUV 159.37 143.6 142 -
System Red Green Blue C M Y K H S L
Decimal 179 144 187 0.04 0.23 0 0.27 288.84 0.24 0.65
Hex B3 90 BB 4 17 0 1B 121 18 41
Octal 263 220 273 4 27 0 33 441 30 101
Binary 10110011 10010000 10111011 100 10111 0 11011 100100001 11000 1000001

Color Harmonies of #B390BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B390BB

Black with #B390BB

Text Example


Text Example

White with #B390BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B390BB; }

 p { color: rgb(179,144,187); }

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

background-color css

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

 a { background-color: rgb(179,144,187); }

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

border-color css

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

 span { border-color: rgb(179,144,187); }

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