#b48ffc

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

Shades of Biloba Flower #B48FFC

Tints of Biloba Flower #B48FFC

Color information

#B48FFC (or 0xB48FFC) is unknown color: approx Biloba Flower. HEX triplet: B4, 8F and FC. RGB value is (180,143,252). Sum of RGB (Red+Green+Blue) = 180+143+252=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 143 (56.25% from 255 or 24.87% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #B48FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48FFC is #4B7003. Grayscale: #A6A6A6. Windows color (decimal): -4943876 or 16551860. OLE color: 16551860.

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

Color convert

RGB180143252-
CMYK0.290.4300.01
HSL260.37º94.78%77.45%-
HSV(B)260.37º43.25%98.82%-
XYZ46.2236.3896.68-
YUV166.49176.26137.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.30%
GREEN value IS 143 (56.25% from 255) = 24.87%
BLUE value IS 252 (98.83% from 255) = 43.83%
R=31.30%
G=24.87%
B=43.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1801432520.290.4300.01260.3794.7877.45
HexB48FFC1D2B011045f4d
Octal264217374355301404137115
Binary101101001000111111111100111011010110110000010010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b48ffc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b48ffc; }

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

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

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

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

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

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

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

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