Html Css Color HEX #B476D5 East Side

📋 copy color: '#B476D5'

red 180 ◦ green 118 ◦ blue 213

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

Shades of East Side #B476D5

Tints of East Side #B476D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.68%

R = 35.23%
G = 23.09%
B = 41.68%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B476D5 (or 0xB476D5) is known color: East Side. HEX triplet: B4, 76 and D5. RGB value is (180,118,213). Sum of RGB (Red+Green+Blue) = 180+118+213=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #B476D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B476D5 is #4B892A. Grayscale: #939393. Windows color (decimal): -4950315 or 13989556. OLE color: 13989556.

HSL color Cylindrical-coordinate representation of color #B476D5: hue angle of 279.16º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B476D5 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 118 213 -
CMYK 0.15 0.45 0 0.16
HSL 279.16º 0.53% 0.65% -
HSV(B) 279.16º 0.45% 0.84% -
XYZ 37.31 27.46 66.29 -
YUV 147.37 165.04 151.28 -
System Red Green Blue C M Y K H S L
Decimal 180 118 213 0.15 0.45 0 0.16 279.16 0.53 0.65
Hex B4 76 D5 F 2D 0 10 117 35 41
Octal 264 166 325 17 55 0 20 427 65 101
Binary 10110100 1110110 11010101 1111 101101 0 10000 100010111 110101 1000001

Color Harmonies of #B476D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B476D5

Black with #B476D5

Text Example


Text Example

White with #B476D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B476D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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