Html Css Color HEX #B490B9 East Side

📋 copy color: '#B490B9'

red 180 ◦ green 144 ◦ blue 185

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

Shades of East Side #B490B9

Tints of East Side #B490B9

RGB

 RED value IS 180 (70.7% from 255) = 35.36%

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

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

R = 35.36%
G = 28.29%
B = 36.35%

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

#B490B9 (or 0xB490B9) is known color: East Side. HEX triplet: B4, 90 and B9. RGB value is (180,144,185). Sum of RGB (Red+Green+Blue) = 180+144+185=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 185 - color contains mainly: blue. Hex color #B490B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490B9 is #4B6F46. Grayscale: #9F9F9F. Windows color (decimal): -4943687 or 12161204. OLE color: 12161204.

HSL color Cylindrical-coordinate representation of color #B490B9: hue angle of 292.68º 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 #B490B9 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 144 185 -
CMYK 0.03 0.22 0 0.27
HSL 292.68º 0.23% 0.65% -
HSV(B) 292.68º 0.22% 0.73% -
XYZ 37.55 33.15 50.32 -
YUV 159.44 142.43 142.67 -
System Red Green Blue C M Y K H S L
Decimal 180 144 185 0.03 0.22 0 0.27 292.68 0.23 0.65
Hex B4 90 B9 3 16 0 1B 125 17 41
Octal 264 220 271 3 26 0 33 445 27 101
Binary 10110100 10010000 10111001 11 10110 0 11011 100100101 10111 1000001

Color Harmonies of #B490B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B490B9

Black with #B490B9

Text Example


Text Example

White with #B490B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B490B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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