Html Css Color HEX #B175BD East Side

📋 copy color: '#B175BD'

red 177 ◦ green 117 ◦ blue 189

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

Shades of East Side #B175BD

Tints of East Side #B175BD

RGB

 RED value IS 177 (69.53% from 255) = 36.65%

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

 BLUE value IS 189 (74.22% from 255) = 39.13%

R = 36.65%
G = 24.22%
B = 39.13%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B175BD (or 0xB175BD) is known color: East Side. HEX triplet: B1, 75 and BD. RGB value is (177,117,189). Sum of RGB (Red+Green+Blue) = 177+117+189=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #B175BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B175BD is #4E8A42. Grayscale: #8E8E8E. Windows color (decimal): -5147203 or 12416433. OLE color: 12416433.

HSL color Cylindrical-coordinate representation of color #B175BD: hue angle of 290º 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 #B175BD is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 117 189 -
CMYK 0.06 0.38 0 0.26
HSL 290º 0.35% 0.6% -
HSV(B) 290º 0.38% 0.74% -
XYZ 33.68 25.74 51.34 -
YUV 143.15 153.88 152.15 -
System Red Green Blue C M Y K H S L
Decimal 177 117 189 0.06 0.38 0 0.26 290 0.35 0.6
Hex B1 75 BD 6 26 0 1A 122 23 3C
Octal 261 165 275 6 46 0 32 442 43 74
Binary 10110001 1110101 10111101 110 100110 0 11010 100100010 100011 111100

Color Harmonies of #B175BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B175BD

Black with #B175BD

Text Example


Text Example

White with #B175BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B175BD; }

 p { color: rgb(177,117,189); }

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

background-color css

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

 a { background-color: rgb(177,117,189); }

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

border-color css

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

 span { border-color: rgb(177,117,189); }

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