#b48ccc

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

Shades of East Side #B48CCC

Tints of East Side #B48CCC

Color information

#B48CCC (or 0xB48CCC) is unknown color: approx East Side. HEX triplet: B4, 8C and CC. RGB value is (180,140,204). Sum of RGB (Red+Green+Blue) = 180+140+204=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #B48CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48CCC is #4B7333. Grayscale: #9F9F9F. Windows color (decimal): -4944692 or 13405364. OLE color: 13405364.

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

Color convert

RGB180140204-
CMYK0.120.3100.2
HSL277.5º38.55%67.45%-
HSV(B)277.5º31.37%80%-
XYZ39.132.8261.4-
YUV159.26153.25142.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.35%
GREEN value IS 140 (55.08% from 255) = 26.72%
BLUE value IS 204 (80.08% from 255) = 38.93%
R=34.35%
G=26.72%
B=38.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1801402040.120.3100.2277.538.5567.45
HexB48CCCC1F0141162743
Octal264214314143702442647103
Binary1011010010001100110011001100111110101001000101101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b48ccc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b48ccc; }

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

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

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

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

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

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

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

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