#B48AEE

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

Shades of Biloba Flower #B48AEE

Tints of Biloba Flower #B48AEE

Color information

#B48AEE (or 0xB48AEE) is unknown color: approx Biloba Flower. HEX triplet: B4, 8A and EE. RGB value is (180,138,238). Sum of RGB (Red+Green+Blue) = 180+138+238=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #B48AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48AEE is #4B7511. Grayscale: #A1A1A1. Windows color (decimal): -4945170 or 15633076. OLE color: 15633076.

HSL color Cylindrical-coordinate representation of color #B48AEE: hue angle of 265.2º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B48AEE is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180138238-
CMYK0.240.4200.07
HSL265.2º74.63%73.73%-
HSV(B)265.2º42.02%93.33%-
XYZ43.3434.0585.18-
YUV161.96170.91140.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.37%
GREEN value IS 138 (54.30% from 255) = 24.82%
BLUE value IS 238 (93.36% from 255) = 42.81%
R=32.37%
G=24.82%
B=42.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801382380.240.4200.07265.274.6373.73
HexB48AEE182A071094b4a
Octal264212356305207411113112
Binary10110100100010101110111011000101010011110000100110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48AEE; }

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

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

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

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

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

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

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

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