Html Css Color HEX #B478D5 East Side

📋 copy color: '#B478D5'

red 180 ◦ green 120 ◦ blue 213

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

Shades of East Side #B478D5

Tints of East Side #B478D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.52%

R = 35.09%
G = 23.39%
B = 41.52%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B478D5 (or 0xB478D5) is known color: East Side. HEX triplet: B4, 78 and D5. RGB value is (180,120,213). Sum of RGB (Red+Green+Blue) = 180+120+213=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 213 - color contains mainly: blue. Hex color #B478D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B478D5 is #4B872A. Grayscale: #949494. Windows color (decimal): -4949803 or 13990068. OLE color: 13990068.

HSL color Cylindrical-coordinate representation of color #B478D5: hue angle of 278.71º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B478D5 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 120 213 -
CMYK 0.15 0.44 0 0.16
HSL 278.71º 0.53% 0.65% -
HSV(B) 278.71º 0.44% 0.84% -
XYZ 37.55 27.94 66.36 -
YUV 148.54 164.38 150.44 -
System Red Green Blue C M Y K H S L
Decimal 180 120 213 0.15 0.44 0 0.16 278.71 0.53 0.65
Hex B4 78 D5 F 2C 0 10 117 35 41
Octal 264 170 325 17 54 0 20 427 65 101
Binary 10110100 1111000 11010101 1111 101100 0 10000 100010111 110101 1000001

Color Harmonies of #B478D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B478D5

Black with #B478D5

Text Example


Text Example

White with #B478D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B478D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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