#B48FC8

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

Shades of East Side #B48FC8

Tints of East Side #B48FC8

Color information

#B48FC8 (or 0xB48FC8) is unknown color: approx East Side. HEX triplet: B4, 8F and C8. RGB value is (180,143,200). Sum of RGB (Red+Green+Blue) = 180+143+200=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 200 - color contains mainly: blue. Hex color #B48FC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48FC8 is #4B7037. Grayscale: #A0A0A0. Windows color (decimal): -4943928 or 13143988. OLE color: 13143988.

HSL color Cylindrical-coordinate representation of color #B48FC8: hue angle of 278.95º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B48FC8 is Cyan = 0.1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB180143200-
CMYK0.10.2800.22
HSL278.95º34.13%67.25%-
HSV(B)278.95º28.5%78.43%-
XYZ39.0733.5259.05-
YUV160.56150.26141.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.42%
GREEN value IS 143 (56.25% from 255) = 27.34%
BLUE value IS 200 (78.52% from 255) = 38.24%
R=34.42%
G=27.34%
B=38.24%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801432000.10.2800.22278.9534.1367.25
HexB48FC8A1C0161172243
Octal264217310123402642742103
Binary1011010010001111110010001010111000101101000101111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48FC8; }

 p { color: rgb(180,143,200); }

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

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

 a { background-color: rgb(180,143,200); }

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

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

 span { border-color: rgb(180,143,200); }

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