Html Css Color HEX #B390B9 East Side

📋 copy color: '#B390B9'

red 179 ◦ green 144 ◦ blue 185

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

Shades of East Side #B390B9

Tints of East Side #B390B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.42%

R = 35.24%
G = 28.35%
B = 36.42%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B390B9 (or 0xB390B9) is known color: East Side. HEX triplet: B3, 90 and B9. RGB value is (179,144,185). Sum of RGB (Red+Green+Blue) = 179+144+185=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 185 - color contains mainly: blue. Hex color #B390B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B390B9 is #4C6F46. Grayscale: #9F9F9F. Windows color (decimal): -5009223 or 12161203. OLE color: 12161203.

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

Color convert

RGB 179 144 185 -
CMYK 0.03 0.22 0 0.27
HSL 291.22º 0.23% 0.65% -
HSV(B) 291.22º 0.22% 0.73% -
XYZ 37.32 33.03 50.31 -
YUV 159.14 142.6 142.17 -
System Red Green Blue C M Y K H S L
Decimal 179 144 185 0.03 0.22 0 0.27 291.22 0.23 0.65
Hex B3 90 B9 3 16 0 1B 123 17 41
Octal 263 220 271 3 26 0 33 443 27 101
Binary 10110011 10010000 10111001 11 10110 0 11011 100100011 10111 1000001

Color Harmonies of #B390B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B390B9

Black with #B390B9

Text Example


Text Example

White with #B390B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B390B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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