Html Css Color HEX #B175C4 East Side

📋 copy color: '#B175C4'

red 177 ◦ green 117 ◦ blue 196

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

Shades of East Side #B175C4

Tints of East Side #B175C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40%

R = 36.12%
G = 23.88%
B = 40%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B175C4 (or 0xB175C4) is known color: East Side. HEX triplet: B1, 75 and C4. RGB value is (177,117,196). Sum of RGB (Red+Green+Blue) = 177+117+196=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 196 (76.95% from 255 or 40% from 490); Max value from RGB is 196 - color contains mainly: blue. Hex color #B175C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B175C4 is #4E8A3B. Grayscale: #8F8F8F. Windows color (decimal): -5147196 or 12875185. OLE color: 12875185.

HSL color Cylindrical-coordinate representation of color #B175C4: hue angle of 285.57º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B175C4 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 177 117 196 -
CMYK 0.10 0.40 0 0.23
HSL 285.57º 0.4% 0.61% -
HSV(B) 285.57º 0.4% 0.77% -
XYZ 34.46 26.06 55.44 -
YUV 143.95 157.38 151.58 -
System Red Green Blue C M Y K H S L
Decimal 177 117 196 0.10 0.40 0 0.23 285.57 0.4 0.61
Hex B1 75 C4 A 28 0 17 11E 28 3D
Octal 261 165 304 12 50 0 27 436 50 75
Binary 10110001 1110101 11000100 1010 101000 0 10111 100011110 101000 111101

Color Harmonies of #B175C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B175C4

Black with #B175C4

Text Example


Text Example

White with #B175C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B175C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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