#B48AFF

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

Shades of Biloba Flower #B48AFF

Tints of Biloba Flower #B48AFF

Color information

#B48AFF (or 0xB48AFF) is unknown color: approx Biloba Flower. HEX triplet: B4, 8A and FF. RGB value is (180,138,255). Sum of RGB (Red+Green+Blue) = 180+138+255=573 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.41% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #B48AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48AFF is #4B7500. Grayscale: #A3A3A3. Windows color (decimal): -4945153 or 16747188. OLE color: 16747188.

HSL color Cylindrical-coordinate representation of color #B48AFF: hue angle of 261.54º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B48AFF is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB180138255-
CMYK0.290.4600
HSL261.54º100%77.06%-
HSV(B)261.54º45.88%100%-
XYZ45.9635.198.96-
YUV163.9179.41139.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.41%
GREEN value IS 138 (54.30% from 255) = 24.08%
BLUE value IS 255 (100% from 255) = 44.50%
R=31.41%
G=24.08%
B=44.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1801382550.290.4600261.5410077.06
HexB48AFF1D2E00106644d
Octal264212377355600406144115
Binary101101001000101011111111111011011100010000011011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48AFF; }

 p { color: rgb(180,138,255); }

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

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

 a { background-color: rgb(180,138,255); }

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

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

 span { border-color: rgb(180,138,255); }

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