Html Css Color HEX #B478BA East Side

📋 copy color: '#B478BA'

red 180 ◦ green 120 ◦ blue 186

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

Shades of East Side #B478BA

Tints of East Side #B478BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.27%

R = 37.04%
G = 24.69%
B = 38.27%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B478BA (or 0xB478BA) is known color: East Side. HEX triplet: B4, 78 and BA. RGB value is (180,120,186). Sum of RGB (Red+Green+Blue) = 180+120+186=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 120 (47.27% from 255 or 24.69% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #B478BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B478BA is #4B8745. Grayscale: #919191. Windows color (decimal): -4949830 or 12220596. OLE color: 12220596.

HSL color Cylindrical-coordinate representation of color #B478BA: hue angle of 294.55º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B478BA is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 120 186 -
CMYK 0.03 0.35 0 0.27
HSL 294.55º 0.32% 0.6% -
HSV(B) 294.55º 0.35% 0.73% -
XYZ 34.4 26.68 49.79 -
YUV 145.46 150.88 152.63 -
System Red Green Blue C M Y K H S L
Decimal 180 120 186 0.03 0.35 0 0.27 294.55 0.32 0.6
Hex B4 78 BA 3 23 0 1B 127 20 3C
Octal 264 170 272 3 43 0 33 447 40 74
Binary 10110100 1111000 10111010 11 100011 0 11011 100100111 100000 111100

Color Harmonies of #B478BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B478BA

Black with #B478BA

Text Example


Text Example

White with #B478BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B478BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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