#B48AFC

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

Shades of Biloba Flower #B48AFC

Tints of Biloba Flower #B48AFC

Color information

#B48AFC (or 0xB48AFC) is unknown color: approx Biloba Flower. HEX triplet: B4, 8A and FC. RGB value is (180,138,252). Sum of RGB (Red+Green+Blue) = 180+138+252=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #B48AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48AFC is #4B7503. Grayscale: #A3A3A3. Windows color (decimal): -4945156 or 16550580. OLE color: 16550580.

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

Color convert

RGB180138252-
CMYK0.290.4500.01
HSL262.11º95%76.47%-
HSV(B)262.11º45.24%98.82%-
XYZ45.4834.9196.44-
YUV163.55177.91139.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.58%
GREEN value IS 138 (54.30% from 255) = 24.21%
BLUE value IS 252 (98.83% from 255) = 44.21%
R=31.58%
G=24.21%
B=44.21%

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
Decimal1801382520.290.4500.01262.119576.47
HexB48AFC1D2D011065f4c
Octal264212374355501406137114
Binary101101001000101011111100111011011010110000011010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48AFC; }

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

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

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

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

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

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

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

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