Html Css Color HEX #B476CE East Side

📋 copy color: '#B476CE'

red 180 ◦ green 118 ◦ blue 206

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

Shades of East Side #B476CE

Tints of East Side #B476CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.87%

R = 35.71%
G = 23.41%
B = 40.87%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B476CE (or 0xB476CE) is known color: East Side. HEX triplet: B4, 76 and CE. RGB value is (180,118,206). Sum of RGB (Red+Green+Blue) = 180+118+206=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #B476CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B476CE is #4B8931. Grayscale: #929292. Windows color (decimal): -4950322 or 13530804. OLE color: 13530804.

HSL color Cylindrical-coordinate representation of color #B476CE: hue angle of 282.27º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B476CE is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 118 206 -
CMYK 0.13 0.43 0 0.19
HSL 282.27º 0.47% 0.64% -
HSV(B) 282.27º 0.43% 0.81% -
XYZ 36.44 27.12 61.71 -
YUV 146.57 161.54 151.84 -
System Red Green Blue C M Y K H S L
Decimal 180 118 206 0.13 0.43 0 0.19 282.27 0.47 0.64
Hex B4 76 CE D 2B 0 13 11A 2F 40
Octal 264 166 316 15 53 0 23 432 57 100
Binary 10110100 1110110 11001110 1101 101011 0 10011 100011010 101111 1000000

Color Harmonies of #B476CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B476CE

Black with #B476CE

Text Example


Text Example

White with #B476CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B476CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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