Html Css Color HEX #B390BA East Side

📋 copy color: '#B390BA'

red 179 ◦ green 144 ◦ blue 186

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

Shades of East Side #B390BA

Tints of East Side #B390BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.54%

R = 35.17%
G = 28.29%
B = 36.54%

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

#B390BA (or 0xB390BA) is known color: East Side. HEX triplet: B3, 90 and BA. RGB value is (179,144,186). Sum of RGB (Red+Green+Blue) = 179+144+186=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #B390BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B390BA is #4C6F45. Grayscale: #9F9F9F. Windows color (decimal): -5009222 or 12226739. OLE color: 12226739.

HSL color Cylindrical-coordinate representation of color #B390BA: hue angle of 290º degrees, saturation: 0.23, 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 #B390BA is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 144 186 -
CMYK 0.04 0.23 0 0.27
HSL 290º 0.23% 0.65% -
HSV(B) 290º 0.23% 0.73% -
XYZ 37.43 33.08 50.87 -
YUV 159.25 143.1 142.08 -
System Red Green Blue C M Y K H S L
Decimal 179 144 186 0.04 0.23 0 0.27 290 0.23 0.65
Hex B3 90 BA 4 17 0 1B 122 17 41
Octal 263 220 272 4 27 0 33 442 27 101
Binary 10110011 10010000 10111010 100 10111 0 11011 100100010 10111 1000001

Color Harmonies of #B390BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B390BA

Black with #B390BA

Text Example


Text Example

White with #B390BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B390BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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