Html Css Color HEX #B490BD East Side

📋 copy color: '#B490BD'

red 180 ◦ green 144 ◦ blue 189

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

Shades of East Side #B490BD

Tints of East Side #B490BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.84%

R = 35.09%
G = 28.07%
B = 36.84%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B490BD (or 0xB490BD) is known color: East Side. HEX triplet: B4, 90 and BD. RGB value is (180,144,189). Sum of RGB (Red+Green+Blue) = 180+144+189=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #B490BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490BD is #4B6F42. Grayscale: #9F9F9F. Windows color (decimal): -4943683 or 12423348. OLE color: 12423348.

HSL color Cylindrical-coordinate representation of color #B490BD: hue angle of 288º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B490BD is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 144 189 -
CMYK 0.05 0.24 0 0.26
HSL 288º 0.25% 0.65% -
HSV(B) 288º 0.24% 0.74% -
XYZ 37.98 33.32 52.57 -
YUV 159.89 144.43 142.34 -
System Red Green Blue C M Y K H S L
Decimal 180 144 189 0.05 0.24 0 0.26 288 0.25 0.65
Hex B4 90 BD 5 18 0 1A 120 19 41
Octal 264 220 275 5 30 0 32 440 31 101
Binary 10110100 10010000 10111101 101 11000 0 11010 100100000 11001 1000001

Color Harmonies of #B490BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B490BD

Black with #B490BD

Text Example


Text Example

White with #B490BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B490BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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