Html Css Color HEX #B476BC East Side

📋 copy color: '#B476BC'

red 180 ◦ green 118 ◦ blue 188

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

Shades of East Side #B476BC

Tints of East Side #B476BC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.28%

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

R = 37.04%
G = 24.28%
B = 38.68%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B476BC (or 0xB476BC) is known color: East Side. HEX triplet: B4, 76 and BC. RGB value is (180,118,188). Sum of RGB (Red+Green+Blue) = 180+118+188=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #B476BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B476BC is #4B8943. Grayscale: #909090. Windows color (decimal): -4950340 or 12351156. OLE color: 12351156.

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

Color convert

RGB 180 118 188 -
CMYK 0.04 0.37 0 0.26
HSL 293.14º 0.34% 0.6% -
HSV(B) 293.14º 0.37% 0.74% -
XYZ 34.38 26.29 50.84 -
YUV 144.52 152.54 153.31 -
System Red Green Blue C M Y K H S L
Decimal 180 118 188 0.04 0.37 0 0.26 293.14 0.34 0.6
Hex B4 76 BC 4 25 0 1A 125 22 3C
Octal 264 166 274 4 45 0 32 445 42 74
Binary 10110100 1110110 10111100 100 100101 0 11010 100100101 100010 111100

Color Harmonies of #B476BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B476BC

Black with #B476BC

Text Example


Text Example

White with #B476BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B476BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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