#B483CC

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

Shades of East Side #B483CC

Tints of East Side #B483CC

Color information

#B483CC (or 0xB483CC) is unknown color: approx East Side. HEX triplet: B4, 83 and CC. RGB value is (180,131,204). Sum of RGB (Red+Green+Blue) = 180+131+204=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #B483CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B483CC is #4B7C33. Grayscale: #999999. Windows color (decimal): -4946996 or 13403060. OLE color: 13403060.

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

Color convert

RGB180131204-
CMYK0.120.3600.2
HSL280.27º41.71%65.69%-
HSV(B)280.27º35.78%80%-
XYZ37.8430.360.98-
YUV153.97156.23146.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 131 (51.56% from 255) = 25.44%
BLUE value IS 204 (80.08% from 255) = 39.61%
R=34.95%
G=25.44%
B=39.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1801312040.120.3600.2280.2741.7165.69
HexB483CCC240141182a42
Octal264203314144402443052102
Binary10110100100000111100110011001001000101001000110001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B483CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B483CC; }

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

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

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

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

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

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

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

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