Html Css Color HEX #B390BF East Side

📋 copy color: '#B390BF'

red 179 ◦ green 144 ◦ blue 191

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

Shades of East Side #B390BF

Tints of East Side #B390BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.16%

R = 34.82%
G = 28.02%
B = 37.16%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B390BF (or 0xB390BF) is known color: East Side. HEX triplet: B3, 90 and BF. RGB value is (179,144,191). Sum of RGB (Red+Green+Blue) = 179+144+191=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 191 - color contains mainly: blue. Hex color #B390BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B390BF is #4C6F40. Grayscale: #9F9F9F. Windows color (decimal): -5009217 or 12554419. OLE color: 12554419.

HSL color Cylindrical-coordinate representation of color #B390BF: hue angle of 284.68º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B390BF is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 144 191 -
CMYK 0.06 0.25 0 0.25
HSL 284.68º 0.27% 0.66% -
HSV(B) 284.68º 0.25% 0.75% -
XYZ 37.97 33.29 53.72 -
YUV 159.82 145.6 141.68 -
System Red Green Blue C M Y K H S L
Decimal 179 144 191 0.06 0.25 0 0.25 284.68 0.27 0.66
Hex B3 90 BF 6 19 0 19 11D 1B 42
Octal 263 220 277 6 31 0 31 435 33 102
Binary 10110011 10010000 10111111 110 11001 0 11001 100011101 11011 1000010

Color Harmonies of #B390BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B390BF

Black with #B390BF

Text Example


Text Example

White with #B390BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B390BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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