Html Css Color HEX #B490C4 East Side

📋 copy color: '#B490C4'

red 180 ◦ green 144 ◦ blue 196

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

Shades of East Side #B490C4

Tints of East Side #B490C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.69%

R = 34.62%
G = 27.69%
B = 37.69%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B490C4 (or 0xB490C4) is known color: East Side. HEX triplet: B4, 90 and C4. RGB value is (180,144,196). Sum of RGB (Red+Green+Blue) = 180+144+196=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 196 - color contains mainly: blue. Hex color #B490C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490C4 is #4B6F3B. Grayscale: #A0A0A0. Windows color (decimal): -4943676 or 12882100. OLE color: 12882100.

HSL color Cylindrical-coordinate representation of color #B490C4: hue angle of 281.54º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B490C4 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 180 144 196 -
CMYK 0.08 0.27 0 0.23
HSL 281.54º 0.31% 0.67% -
HSV(B) 281.54º 0.27% 0.77% -
XYZ 38.76 33.64 56.67 -
YUV 160.69 147.93 141.77 -
System Red Green Blue C M Y K H S L
Decimal 180 144 196 0.08 0.27 0 0.23 281.54 0.31 0.67
Hex B4 90 C4 8 1B 0 17 11A 1F 43
Octal 264 220 304 10 33 0 27 432 37 103
Binary 10110100 10010000 11000100 1000 11011 0 10111 100011010 11111 1000011

Color Harmonies of #B490C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B490C4

Black with #B490C4

Text Example


Text Example

White with #B490C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B490C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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