Html Css Color HEX #B475BC East Side

📋 copy color: '#B475BC'

red 180 ◦ green 117 ◦ blue 188

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

Shades of East Side #B475BC

Tints of East Side #B475BC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.12%

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

R = 37.11%
G = 24.12%
B = 38.76%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B475BC (or 0xB475BC) is known color: East Side. HEX triplet: B4, 75 and BC. RGB value is (180,117,188). Sum of RGB (Red+Green+Blue) = 180+117+188=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #B475BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B475BC is #4B8A43. Grayscale: #8F8F8F. Windows color (decimal): -4950596 or 12350900. OLE color: 12350900.

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

Color convert

RGB 180 117 188 -
CMYK 0.04 0.38 0 0.26
HSL 293.24º 0.35% 0.6% -
HSV(B) 293.24º 0.38% 0.74% -
XYZ 34.26 26.06 50.8 -
YUV 143.93 152.87 153.73 -
System Red Green Blue C M Y K H S L
Decimal 180 117 188 0.04 0.38 0 0.26 293.24 0.35 0.6
Hex B4 75 BC 4 26 0 1A 125 23 3C
Octal 264 165 274 4 46 0 32 445 43 74
Binary 10110100 1110101 10111100 100 100110 0 11010 100100101 100011 111100

Color Harmonies of #B475BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B475BC

Black with #B475BC

Text Example


Text Example

White with #B475BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B475BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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