Html Css Color HEX #B494C8 East Side

📋 copy color: '#B494C8'

red 180 ◦ green 148 ◦ blue 200

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

Shades of East Side #B494C8

Tints of East Side #B494C8

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.03%

 BLUE value IS 200 (78.52% from 255) = 37.88%

R = 34.09%
G = 28.03%
B = 37.88%

CMYK

 C value IS 0.1

 M value IS 0.26

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B494C8 (or 0xB494C8) is known color: East Side. HEX triplet: B4, 94 and C8. RGB value is (180,148,200). Sum of RGB (Red+Green+Blue) = 180+148+200=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 200 - color contains mainly: blue. Hex color #B494C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B494C8 is #4B6B37. Grayscale: #A3A3A3. Windows color (decimal): -4942648 or 13145268. OLE color: 13145268.

HSL color Cylindrical-coordinate representation of color #B494C8: hue angle of 276.92º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B494C8 is Cyan = 0.1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 148 200 -
CMYK 0.1 0.26 0 0.22
HSL 276.92º 0.32% 0.68% -
HSV(B) 276.92º 0.26% 0.78% -
XYZ 39.84 35.05 59.31 -
YUV 163.5 148.6 139.77 -
System Red Green Blue C M Y K H S L
Decimal 180 148 200 0.1 0.26 0 0.22 276.92 0.32 0.68
Hex B4 94 C8 A 1A 0 16 115 20 44
Octal 264 224 310 12 32 0 26 425 40 104
Binary 10110100 10010100 11001000 1010 11010 0 10110 100010101 100000 1000100

Color Harmonies of #B494C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B494C8

Black with #B494C8

Text Example


Text Example

White with #B494C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B494C8; }

 p { color: rgb(180,148,200); }

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

background-color css

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

 a { background-color: rgb(180,148,200); }

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

border-color css

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

 span { border-color: rgb(180,148,200); }

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