Html Css Color HEX #B474BC East Side

📋 copy color: '#B474BC'

red 180 ◦ green 116 ◦ blue 188

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

Shades of East Side #B474BC

Tints of East Side #B474BC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.97%

 BLUE value IS 188 (73.83% from 255) = 38.84%

R = 37.19%
G = 23.97%
B = 38.84%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B474BC (or 0xB474BC) is known color: East Side. HEX triplet: B4, 74 and BC. RGB value is (180,116,188). Sum of RGB (Red+Green+Blue) = 180+116+188=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #B474BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B474BC is #4B8B43. Grayscale: #8F8F8F. Windows color (decimal): -4950852 or 12350644. OLE color: 12350644.

HSL color Cylindrical-coordinate representation of color #B474BC: hue angle of 293.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B474BC is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 116 188 -
CMYK 0.04 0.38 0 0.26
HSL 293.33º 0.35% 0.6% -
HSV(B) 293.33º 0.38% 0.74% -
XYZ 34.14 25.82 50.76 -
YUV 143.34 153.2 154.15 -
System Red Green Blue C M Y K H S L
Decimal 180 116 188 0.04 0.38 0 0.26 293.33 0.35 0.6
Hex B4 74 BC 4 26 0 1A 125 23 3C
Octal 264 164 274 4 46 0 32 445 43 74
Binary 10110100 1110100 10111100 100 100110 0 11010 100100101 100011 111100

Color Harmonies of #B474BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B474BC

Black with #B474BC

Text Example


Text Example

White with #B474BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B474BC; }

 p { color: rgb(180,116,188); }

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

background-color css

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

 a { background-color: rgb(180,116,188); }

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

border-color css

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

 span { border-color: rgb(180,116,188); }

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