Html Css Color HEX #B476D0 East Side

📋 copy color: '#B476D0'

red 180 ◦ green 118 ◦ blue 208

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

Shades of East Side #B476D0

Tints of East Side #B476D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.11%

R = 35.57%
G = 23.32%
B = 41.11%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B476D0 (or 0xB476D0) is known color: East Side. HEX triplet: B4, 76 and D0. RGB value is (180,118,208). Sum of RGB (Red+Green+Blue) = 180+118+208=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #B476D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B476D0 is #4B892F. Grayscale: #929292. Windows color (decimal): -4950320 or 13661876. OLE color: 13661876.

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

Color convert

RGB 180 118 208 -
CMYK 0.13 0.43 0 0.18
HSL 281.33º 0.49% 0.64% -
HSV(B) 281.33º 0.43% 0.82% -
XYZ 36.69 27.21 62.99 -
YUV 146.8 162.54 151.68 -
System Red Green Blue C M Y K H S L
Decimal 180 118 208 0.13 0.43 0 0.18 281.33 0.49 0.64
Hex B4 76 D0 D 2B 0 12 119 31 40
Octal 264 166 320 15 53 0 22 431 61 100
Binary 10110100 1110110 11010000 1101 101011 0 10010 100011001 110001 1000000

Color Harmonies of #B476D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B476D0

Black with #B476D0

Text Example


Text Example

White with #B476D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B476D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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