#B48BE4

Color #B48BE4 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B48BE4

Tints of Biloba Flower #B48BE4

Color information

#B48BE4 (or 0xB48BE4) is unknown color: approx Biloba Flower. HEX triplet: B4, 8B and E4. RGB value is (180,139,228). Sum of RGB (Red+Green+Blue) = 180+139+228=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 228 (89.45% from 255 or 41.68% from 547); Max value from RGB is 228 - color contains mainly: blue. Hex color #B48BE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48BE4 is #4B741B. Grayscale: #A1A1A1. Windows color (decimal): -4944924 or 14977972. OLE color: 14977972.

HSL color Cylindrical-coordinate representation of color #B48BE4: hue angle of 267.64º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B48BE4 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB180139228-
CMYK0.210.3900.11
HSL267.64º62.24%71.96%-
HSV(B)267.64º39.04%89.41%-
XYZ42.0633.7777.7-
YUV161.4165.58141.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.91%
GREEN value IS 139 (54.69% from 255) = 25.41%
BLUE value IS 228 (89.45% from 255) = 41.68%
R=32.91%
G=25.41%
B=41.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1801392280.210.3900.11267.6462.2471.96
HexB48BE415270B10c3e48
Octal264213344254701341476110
Binary10110100100010111110010010101100111010111000011001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48BE4; }

 p { color: rgb(180,139,228); }

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

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

 a { background-color: rgb(180,139,228); }

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

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

 span { border-color: rgb(180,139,228); }

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