#B183CD

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

Shades of East Side #B183CD

Tints of East Side #B183CD

Color information

#B183CD (or 0xB183CD) is unknown color: approx East Side. HEX triplet: B1, 83 and CD. RGB value is (177,131,205). Sum of RGB (Red+Green+Blue) = 177+131+205=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #B183CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B183CD is #4E7C32. Grayscale: #989898. Windows color (decimal): -5143603 or 13468593. OLE color: 13468593.

HSL color Cylindrical-coordinate representation of color #B183CD: hue angle of 277.3º degrees, saturation: 0.43, 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 #B183CD is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177131205-
CMYK0.140.3600.20
HSL277.3º42.53%65.88%-
HSV(B)277.3º36.1%80.39%-
XYZ37.2729.9961.58-
YUV153.19157.24144.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.50%
GREEN value IS 131 (51.56% from 255) = 25.54%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=34.50%
G=25.54%
B=39.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771312050.140.3600.20277.342.5365.88
HexB183CDE240141152b42
Octal261203315164402442553102
Binary10110001100000111100110111101001000101001000101011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B183CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B183CD; }

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

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

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

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

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

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

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

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