#B385FE

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

Shades of Biloba Flower #B385FE

Tints of Biloba Flower #B385FE

Color information

#B385FE (or 0xB385FE) is unknown color: approx Biloba Flower. HEX triplet: B3, 85 and FE. RGB value is (179,133,254). Sum of RGB (Red+Green+Blue) = 179+133+254=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #B385FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B385FE is #4C7A01. Grayscale: #A0A0A0. Windows color (decimal): -5011970 or 16680371. OLE color: 16680371.

HSL color Cylindrical-coordinate representation of color #B385FE: hue angle of 262.81º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B385FE is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB179133254-
CMYK0.300.4800.00
HSL262.81º98.37%75.88%-
HSV(B)262.81º47.64%99.61%-
XYZ44.8733.5197.87-
YUV160.55180.74141.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.63%
GREEN value IS 133 (52.34% from 255) = 23.50%
BLUE value IS 254 (99.61% from 255) = 44.88%
R=31.63%
G=23.50%
B=44.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1791332540.300.4800.00262.8198.3775.88
HexB385FE1E3000107624c
Octal263205376366000407142114
Binary101100111000010111111110111101100000010000011111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B385FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B385FE; }

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

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

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

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

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

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

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

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