#B283CC

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

Shades of East Side #B283CC

Tints of East Side #B283CC

Color information

#B283CC (or 0xB283CC) is unknown color: approx East Side. HEX triplet: B2, 83 and CC. RGB value is (178,131,204). Sum of RGB (Red+Green+Blue) = 178+131+204=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #B283CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B283CC is #4D7C33. Grayscale: #999999. Windows color (decimal): -5078068 or 13403058. OLE color: 13403058.

HSL color Cylindrical-coordinate representation of color #B283CC: hue angle of 278.63º 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 #B283CC is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB178131204-
CMYK0.130.3600.2
HSL278.63º41.71%65.69%-
HSV(B)278.63º35.78%80%-
XYZ37.3830.0660.96-
YUV153.38156.57145.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.70%
GREEN value IS 131 (51.56% from 255) = 25.54%
BLUE value IS 204 (80.08% from 255) = 39.77%
R=34.70%
G=25.54%
B=39.77%

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
Decimal1781312040.130.3600.2278.6341.7165.69
HexB283CCD240141172a42
Octal262203314154402442752102
Binary10110010100000111100110011011001000101001000101111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B283CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B283CC; }

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

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

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

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

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

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

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

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