#B484CC

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

Shades of East Side #B484CC

Tints of East Side #B484CC

Color information

#B484CC (or 0xB484CC) is unknown color: approx East Side. HEX triplet: B4, 84 and CC. RGB value is (180,132,204). Sum of RGB (Red+Green+Blue) = 180+132+204=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #B484CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B484CC is #4B7B33. Grayscale: #9A9A9A. Windows color (decimal): -4946740 or 13403316. OLE color: 13403316.

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

Color convert

RGB180132204-
CMYK0.120.3500.2
HSL280º41.38%65.88%-
HSV(B)280º35.29%80%-
XYZ37.9730.5761.03-
YUV154.56155.9146.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.88%
GREEN value IS 132 (51.95% from 255) = 25.58%
BLUE value IS 204 (80.08% from 255) = 39.53%
R=34.88%
G=25.58%
B=39.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1801322040.120.3500.228041.3865.88
HexB484CCC230141182942
Octal264204314144302443051102
Binary10110100100001001100110011001000110101001000110001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B484CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B484CC; }

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

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

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

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

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

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

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

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