#B183CC

Color #B183CC East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B183CC

Tints of East Side #B183CC

Color information

#B183CC (or 0xB183CC) is unknown color: approx East Side. HEX triplet: B1, 83 and CC. RGB value is (177,131,204). Sum of RGB (Red+Green+Blue) = 177+131+204=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #B183CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B183CC is #4E7C33. Grayscale: #989898. Windows color (decimal): -5143604 or 13403057. OLE color: 13403057.

HSL color Cylindrical-coordinate representation of color #B183CC: hue angle of 277.81º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B183CC is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB177131204-
CMYK0.130.3600.2
HSL277.81º41.71%65.69%-
HSV(B)277.81º35.78%80%-
XYZ37.1529.9460.95-
YUV153.08156.74145.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.57%
GREEN value IS 131 (51.56% from 255) = 25.59%
BLUE value IS 204 (80.08% from 255) = 39.84%
R=34.57%
G=25.59%
B=39.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1771312040.130.3600.2277.8141.7165.69
HexB183CCD240141162a42
Octal261203314154402442652102
Binary10110001100000111100110011011001000101001000101101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B183CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B183CC; }

 p { color: rgb(177,131,204); }

 H1.HeaderClassName
 {
   color: #B183CC;
 }
 .AnyTagClassName
 {
   color: #B183CC;
 }
</style>
background-color css

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

 a { background-color: rgb(177,131,204); }

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

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

 span { border-color: rgb(177,131,204); }

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