#B883CB

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

Shades of East Side #B883CB

Tints of East Side #B883CB

Color information

#B883CB (or 0xB883CB) is unknown color: approx East Side. HEX triplet: B8, 83 and CB. RGB value is (184,131,203). Sum of RGB (Red+Green+Blue) = 184+131+203=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #B883CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B883CB is #477C34. Grayscale: #9A9A9A. Windows color (decimal): -4684853 or 13337528. OLE color: 13337528.

HSL color Cylindrical-coordinate representation of color #B883CB: hue angle of 284.17º 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 #B883CB is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB184131203-
CMYK0.090.3500.20
HSL284.17º40.91%65.49%-
HSV(B)284.17º35.47%79.61%-
XYZ38.6630.7360.39-
YUV155.05155.06148.65-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.52%
GREEN value IS 131 (51.56% from 255) = 25.29%
BLUE value IS 203 (79.69% from 255) = 39.19%
R=35.52%
G=25.29%
B=39.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841312030.090.3500.20284.1740.9165.49
HexB883CB92301411c2941
Octal270203313114302443451101
Binary10111000100000111100101110011000110101001000111001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B883CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B883CB; }

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

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

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

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

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

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

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

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