Html Css Color HEX #B475BA East Side

📋 copy color: '#B475BA'

red 180 ◦ green 117 ◦ blue 186

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

Shades of East Side #B475BA

Tints of East Side #B475BA

RGB

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

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

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

R = 37.27%
G = 24.22%
B = 38.51%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B475BA (or 0xB475BA) is known color: East Side. HEX triplet: B4, 75 and BA. RGB value is (180,117,186). Sum of RGB (Red+Green+Blue) = 180+117+186=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #B475BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B475BA is #4B8A45. Grayscale: #8F8F8F. Windows color (decimal): -4950598 or 12219828. OLE color: 12219828.

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

Color convert

RGB 180 117 186 -
CMYK 0.03 0.37 0 0.27
HSL 294.78º 0.33% 0.59% -
HSV(B) 294.78º 0.37% 0.73% -
XYZ 34.05 25.97 49.67 -
YUV 143.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 180 117 186 0.03 0.37 0 0.27 294.78 0.33 0.59
Hex B4 75 BA 3 25 0 1B 127 21 3B
Octal 264 165 272 3 45 0 33 447 41 73
Binary 10110100 1110101 10111010 11 100101 0 11011 100100111 100001 111011

Color Harmonies of #B475BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B475BA

Black with #B475BA

Text Example


Text Example

White with #B475BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B475BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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