Html Css Color HEX #B175BC East Side

📋 copy color: '#B175BC'

red 177 ◦ green 117 ◦ blue 188

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

Shades of East Side #B175BC

Tints of East Side #B175BC

RGB

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

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

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

R = 36.72%
G = 24.27%
B = 39%

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

#B175BC (or 0xB175BC) is known color: East Side. HEX triplet: B1, 75 and BC. RGB value is (177,117,188). Sum of RGB (Red+Green+Blue) = 177+117+188=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #B175BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B175BC is #4E8A43. Grayscale: #8E8E8E. Windows color (decimal): -5147204 or 12350897. OLE color: 12350897.

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

Color convert

RGB 177 117 188 -
CMYK 0.06 0.38 0 0.26
HSL 290.7º 0.35% 0.6% -
HSV(B) 290.7º 0.38% 0.74% -
XYZ 33.57 25.7 50.77 -
YUV 143.03 153.38 152.23 -
System Red Green Blue C M Y K H S L
Decimal 177 117 188 0.06 0.38 0 0.26 290.7 0.35 0.6
Hex B1 75 BC 6 26 0 1A 123 23 3C
Octal 261 165 274 6 46 0 32 443 43 74
Binary 10110001 1110101 10111100 110 100110 0 11010 100100011 100011 111100

Color Harmonies of #B175BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B175BC

Black with #B175BC

Text Example


Text Example

White with #B175BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B175BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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