Html Css Color HEX #B474BB East Side

📋 copy color: '#B474BB'

red 180 ◦ green 116 ◦ blue 187

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

Shades of East Side #B474BB

Tints of East Side #B474BB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.02%

 BLUE value IS 187 (73.44% from 255) = 38.72%

R = 37.27%
G = 24.02%
B = 38.72%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B474BB (or 0xB474BB) is known color: East Side. HEX triplet: B4, 74 and BB. RGB value is (180,116,187). Sum of RGB (Red+Green+Blue) = 180+116+187=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #B474BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B474BB is #4B8B44. Grayscale: #8F8F8F. Windows color (decimal): -4950853 or 12285108. OLE color: 12285108.

HSL color Cylindrical-coordinate representation of color #B474BB: hue angle of 294.08º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B474BB is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 116 187 -
CMYK 0.04 0.38 0 0.27
HSL 294.08º 0.34% 0.59% -
HSV(B) 294.08º 0.38% 0.73% -
XYZ 34.04 25.78 50.2 -
YUV 143.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 180 116 187 0.04 0.38 0 0.27 294.08 0.34 0.59
Hex B4 74 BB 4 26 0 1B 126 22 3B
Octal 264 164 273 4 46 0 33 446 42 73
Binary 10110100 1110100 10111011 100 100110 0 11011 100100110 100010 111011

Color Harmonies of #B474BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B474BB

Black with #B474BB

Text Example


Text Example

White with #B474BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B474BB; }

 p { color: rgb(180,116,187); }

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

background-color css

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

 a { background-color: rgb(180,116,187); }

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

border-color css

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

 span { border-color: rgb(180,116,187); }

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