#B083BC

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

Shades of East Side #B083BC

Tints of East Side #B083BC

Color information

#B083BC (or 0xB083BC) is unknown color: approx East Side. HEX triplet: B0, 83 and BC. RGB value is (176,131,188). Sum of RGB (Red+Green+Blue) = 176+131+188=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #B083BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B083BC is #4F7C43. Grayscale: #969696. Windows color (decimal): -5209156 or 12354480. OLE color: 12354480.

HSL color Cylindrical-coordinate representation of color #B083BC: hue angle of 287.37º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B083BC is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176131188-
CMYK0.060.3000.26
HSL287.37º29.84%62.55%-
HSV(B)287.37º30.32%73.73%-
XYZ35.129.0951.34-
YUV150.95148.91145.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 131 (51.56% from 255) = 26.46%
BLUE value IS 188 (73.83% from 255) = 37.98%
R=35.56%
G=26.46%
B=37.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761311880.060.3000.26287.3729.8462.55
HexB083BC61E01A11f1e3f
Octal2602032746360324373677
Binary1011000010000011101111001101111001101010001111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B083BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B083BC; }

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

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

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

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

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

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

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

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