Html Css Color HEX #B478BC East Side

📋 copy color: '#B478BC'

red 180 ◦ green 120 ◦ blue 188

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

Shades of East Side #B478BC

Tints of East Side #B478BC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.59%

 BLUE value IS 188 (73.83% from 255) = 38.52%

R = 36.89%
G = 24.59%
B = 38.52%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B478BC (or 0xB478BC) is known color: East Side. HEX triplet: B4, 78 and BC. RGB value is (180,120,188). Sum of RGB (Red+Green+Blue) = 180+120+188=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #B478BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B478BC is #4B8743. Grayscale: #919191. Windows color (decimal): -4949828 or 12351668. OLE color: 12351668.

HSL color Cylindrical-coordinate representation of color #B478BC: hue angle of 292.94º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B478BC is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 120 188 -
CMYK 0.04 0.36 0 0.26
HSL 292.94º 0.34% 0.6% -
HSV(B) 292.94º 0.36% 0.74% -
XYZ 34.62 26.77 50.92 -
YUV 145.69 151.88 152.47 -
System Red Green Blue C M Y K H S L
Decimal 180 120 188 0.04 0.36 0 0.26 292.94 0.34 0.6
Hex B4 78 BC 4 24 0 1A 125 22 3C
Octal 264 170 274 4 44 0 32 445 42 74
Binary 10110100 1111000 10111100 100 100100 0 11010 100100101 100010 111100

Color Harmonies of #B478BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B478BC

Black with #B478BC

Text Example


Text Example

White with #B478BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B478BC; }

 p { color: rgb(180,120,188); }

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

background-color css

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

 a { background-color: rgb(180,120,188); }

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

border-color css

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

 span { border-color: rgb(180,120,188); }

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