#B083CB

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

Shades of East Side #B083CB

Tints of East Side #B083CB

Color information

#B083CB (or 0xB083CB) is unknown color: approx East Side. HEX triplet: B0, 83 and CB. RGB value is (176,131,203). Sum of RGB (Red+Green+Blue) = 176+131+203=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #B083CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B083CB is #4F7C34. Grayscale: #989898. Windows color (decimal): -5209141 or 13337520. OLE color: 13337520.

HSL color Cylindrical-coordinate representation of color #B083CB: hue angle of 277.5º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B083CB is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176131203-
CMYK0.130.3500.20
HSL277.5º40.91%65.49%-
HSV(B)277.5º35.47%79.61%-
XYZ36.829.7760.31-
YUV152.66156.41144.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.51%
GREEN value IS 131 (51.56% from 255) = 25.69%
BLUE value IS 203 (79.69% from 255) = 39.80%
R=34.51%
G=25.69%
B=39.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761312030.130.3500.20277.540.9165.49
HexB083CBD230141162941
Octal260203313154302442651101
Binary10110000100000111100101111011000110101001000101101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B083CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B083CB; }

 p { color: rgb(176,131,203); }

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

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

 a { background-color: rgb(176,131,203); }

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

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

 span { border-color: rgb(176,131,203); }

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