Html Css Color HEX #B180C4 East Side

📋 copy color: '#B180C4'

red 177 ◦ green 128 ◦ blue 196

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

Shades of East Side #B180C4

Tints of East Side #B180C4

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.55%

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

R = 35.33%
G = 25.55%
B = 39.12%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B180C4 (or 0xB180C4) is known color: East Side. HEX triplet: B1, 80 and C4. RGB value is (177,128,196). Sum of RGB (Red+Green+Blue) = 177+128+196=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 196 - color contains mainly: blue. Hex color #B180C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B180C4 is #4E7F3B. Grayscale: #969696. Windows color (decimal): -5144380 or 12878001. OLE color: 12878001.

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

Color convert

RGB 177 128 196 -
CMYK 0.10 0.35 0 0.23
HSL 283.24º 0.37% 0.64% -
HSV(B) 283.24º 0.35% 0.77% -
XYZ 35.81 28.77 55.89 -
YUV 150.4 153.73 146.97 -
System Red Green Blue C M Y K H S L
Decimal 177 128 196 0.10 0.35 0 0.23 283.24 0.37 0.64
Hex B1 80 C4 A 23 0 17 11B 25 40
Octal 261 200 304 12 43 0 27 433 45 100
Binary 10110001 10000000 11000100 1010 100011 0 10111 100011011 100101 1000000

Color Harmonies of #B180C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B180C4

Black with #B180C4

Text Example


Text Example

White with #B180C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B180C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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