Html Css Color HEX #B478BF East Side

📋 copy color: '#B478BF'

red 180 ◦ green 120 ◦ blue 191

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

Shades of East Side #B478BF

Tints of East Side #B478BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.9%

R = 36.66%
G = 24.44%
B = 38.9%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B478BF (or 0xB478BF) is known color: East Side. HEX triplet: B4, 78 and BF. RGB value is (180,120,191). Sum of RGB (Red+Green+Blue) = 180+120+191=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #B478BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B478BF is #4B8740. Grayscale: #919191. Windows color (decimal): -4949825 or 12548276. OLE color: 12548276.

HSL color Cylindrical-coordinate representation of color #B478BF: hue angle of 290.7º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B478BF is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 120 191 -
CMYK 0.06 0.37 0 0.25
HSL 290.7º 0.36% 0.61% -
HSV(B) 290.7º 0.37% 0.75% -
XYZ 34.94 26.9 52.64 -
YUV 146.03 153.38 152.23 -
System Red Green Blue C M Y K H S L
Decimal 180 120 191 0.06 0.37 0 0.25 290.7 0.36 0.61
Hex B4 78 BF 6 25 0 19 123 24 3D
Octal 264 170 277 6 45 0 31 443 44 75
Binary 10110100 1111000 10111111 110 100101 0 11001 100100011 100100 111101

Color Harmonies of #B478BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B478BF

Black with #B478BF

Text Example


Text Example

White with #B478BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B478BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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