#B48FCF

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

Shades of Biloba Flower #B48FCF

Tints of Biloba Flower #B48FCF

Color information

#B48FCF (or 0xB48FCF) is unknown color: approx Biloba Flower. HEX triplet: B4, 8F and CF. RGB value is (180,143,207). Sum of RGB (Red+Green+Blue) = 180+143+207=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #B48FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48FCF is #4B7030. Grayscale: #A1A1A1. Windows color (decimal): -4943921 or 13602740. OLE color: 13602740.

HSL color Cylindrical-coordinate representation of color #B48FCF: hue angle of 274.69º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B48FCF is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180143207-
CMYK0.130.3100.19
HSL274.69º40%68.63%-
HSV(B)274.69º30.92%81.18%-
XYZ39.9133.8563.46-
YUV161.36153.76141.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.96%
GREEN value IS 143 (56.25% from 255) = 26.98%
BLUE value IS 207 (81.25% from 255) = 39.06%
R=33.96%
G=26.98%
B=39.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801432070.130.3100.19274.694068.63
HexB48FCFD1F0131132845
Octal264217317153702342350105
Binary1011010010001111110011111101111110100111000100111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48FCF; }

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

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

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

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

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

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

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

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