#B48AFD

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

Shades of Biloba Flower #B48AFD

Tints of Biloba Flower #B48AFD

Color information

#B48AFD (or 0xB48AFD) is unknown color: approx Biloba Flower. HEX triplet: B4, 8A and FD. RGB value is (180,138,253). Sum of RGB (Red+Green+Blue) = 180+138+253=571 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.52% from 571); Green value is 138 (54.30% from 255 or 24.17% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #B48AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48AFD is #4B7502. Grayscale: #A3A3A3. Windows color (decimal): -4945155 or 16616116. OLE color: 16616116.

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

Color convert

RGB180138253-
CMYK0.290.4500.01
HSL261.91º96.64%76.67%-
HSV(B)261.91º45.45%99.22%-
XYZ45.6434.9797.27-
YUV163.67178.41139.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.52%
GREEN value IS 138 (54.30% from 255) = 24.17%
BLUE value IS 253 (99.22% from 255) = 44.31%
R=31.52%
G=24.17%
B=44.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1801382530.290.4500.01261.9196.6476.67
HexB48AFD1D2D01106614d
Octal264212375355501406141115
Binary101101001000101011111101111011011010110000011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48AFD; }

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

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

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

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

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

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

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

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