Html Css Color HEX #B476BA East Side

📋 copy color: '#B476BA'

red 180 ◦ green 118 ◦ blue 186

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

Shades of East Side #B476BA

Tints of East Side #B476BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.43%

R = 37.19%
G = 24.38%
B = 38.43%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B476BA (or 0xB476BA) is known color: East Side. HEX triplet: B4, 76 and BA. RGB value is (180,118,186). Sum of RGB (Red+Green+Blue) = 180+118+186=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #B476BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B476BA is #4B8945. Grayscale: #909090. Windows color (decimal): -4950342 or 12220084. OLE color: 12220084.

HSL color Cylindrical-coordinate representation of color #B476BA: hue angle of 294.71º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B476BA is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 118 186 -
CMYK 0.03 0.37 0 0.27
HSL 294.71º 0.33% 0.6% -
HSV(B) 294.71º 0.37% 0.73% -
XYZ 34.16 26.21 49.71 -
YUV 144.29 151.54 153.47 -
System Red Green Blue C M Y K H S L
Decimal 180 118 186 0.03 0.37 0 0.27 294.71 0.33 0.6
Hex B4 76 BA 3 25 0 1B 127 21 3C
Octal 264 166 272 3 45 0 33 447 41 74
Binary 10110100 1110110 10111010 11 100101 0 11011 100100111 100001 111100

Color Harmonies of #B476BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B476BA

Black with #B476BA

Text Example


Text Example

White with #B476BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B476BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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