Html Css Color HEX #B490CA East Side

📋 copy color: '#B490CA'

red 180 ◦ green 144 ◦ blue 202

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

Shades of East Side #B490CA

Tints of East Side #B490CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.4%

R = 34.22%
G = 27.38%
B = 38.4%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B490CA (or 0xB490CA) is known color: East Side. HEX triplet: B4, 90 and CA. RGB value is (180,144,202). Sum of RGB (Red+Green+Blue) = 180+144+202=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #B490CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490CA is #4B6F35. Grayscale: #A1A1A1. Windows color (decimal): -4943670 or 13275316. OLE color: 13275316.

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

Color convert

RGB 180 144 202 -
CMYK 0.11 0.29 0 0.21
HSL 277.24º 0.35% 0.68% -
HSV(B) 277.24º 0.29% 0.79% -
XYZ 39.46 33.91 60.34 -
YUV 161.38 150.93 141.28 -
System Red Green Blue C M Y K H S L
Decimal 180 144 202 0.11 0.29 0 0.21 277.24 0.35 0.68
Hex B4 90 CA B 1D 0 15 115 23 44
Octal 264 220 312 13 35 0 25 425 43 104
Binary 10110100 10010000 11001010 1011 11101 0 10101 100010101 100011 1000100

Color Harmonies of #B490CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B490CA

Black with #B490CA

Text Example


Text Example

White with #B490CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B490CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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