Html Css Color HEX #B490C9 East Side

📋 copy color: '#B490C9'

red 180 ◦ green 144 ◦ blue 201

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

Shades of East Side #B490C9

Tints of East Side #B490C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.29%

R = 34.29%
G = 27.43%
B = 38.29%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B490C9 (or 0xB490C9) is known color: East Side. HEX triplet: B4, 90 and C9. RGB value is (180,144,201). Sum of RGB (Red+Green+Blue) = 180+144+201=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 201 - color contains mainly: blue. Hex color #B490C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490C9 is #4B6F36. Grayscale: #A1A1A1. Windows color (decimal): -4943671 or 13209780. OLE color: 13209780.

HSL color Cylindrical-coordinate representation of color #B490C9: hue angle of 277.89º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B490C9 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 144 201 -
CMYK 0.10 0.28 0 0.21
HSL 277.89º 0.35% 0.68% -
HSV(B) 277.89º 0.28% 0.79% -
XYZ 39.34 33.87 59.72 -
YUV 161.26 150.43 141.37 -
System Red Green Blue C M Y K H S L
Decimal 180 144 201 0.10 0.28 0 0.21 277.89 0.35 0.68
Hex B4 90 C9 A 1C 0 15 116 23 44
Octal 264 220 311 12 34 0 25 426 43 104
Binary 10110100 10010000 11001001 1010 11100 0 10101 100010110 100011 1000100

Color Harmonies of #B490C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B490C9

Black with #B490C9

Text Example


Text Example

White with #B490C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B490C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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