#B385FA

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

Shades of Biloba Flower #B385FA

Tints of Biloba Flower #B385FA

Color information

#B385FA (or 0xB385FA) is unknown color: approx Biloba Flower. HEX triplet: B3, 85 and FA. RGB value is (179,133,250). Sum of RGB (Red+Green+Blue) = 179+133+250=562 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.85% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #B385FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B385FA is #4C7A05. Grayscale: #9F9F9F. Windows color (decimal): -5011974 or 16418227. OLE color: 16418227.

HSL color Cylindrical-coordinate representation of color #B385FA: hue angle of 263.59º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B385FA is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179133250-
CMYK0.280.4700.02
HSL263.59º92.13%75.1%-
HSV(B)263.59º46.8%98.04%-
XYZ44.2333.2694.53-
YUV160.09178.74141.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.85%
GREEN value IS 133 (52.34% from 255) = 23.67%
BLUE value IS 250 (98.05% from 255) = 44.48%
R=31.85%
G=23.67%
B=44.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791332500.280.4700.02263.5992.1375.1
HexB385FA1C2F021085c4b
Octal263205372345702410134113
Binary1011001110000101111110101110010111101010000100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B385FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B385FA; }

 p { color: rgb(179,133,250); }

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

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

 a { background-color: rgb(179,133,250); }

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

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

 span { border-color: rgb(179,133,250); }

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