#B385FD

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

Shades of Biloba Flower #B385FD

Tints of Biloba Flower #B385FD

Color information

#B385FD (or 0xB385FD) is unknown color: approx Biloba Flower. HEX triplet: B3, 85 and FD. RGB value is (179,133,253). Sum of RGB (Red+Green+Blue) = 179+133+253=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #B385FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B385FD is #4C7A02. Grayscale: #A0A0A0. Windows color (decimal): -5011971 or 16614835. OLE color: 16614835.

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

Color convert

RGB179133253-
CMYK0.290.4700.01
HSL263º96.77%75.69%-
HSV(B)263º47.43%99.22%-
XYZ44.7133.4597.03-
YUV160.43180.24141.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.68%
GREEN value IS 133 (52.34% from 255) = 23.54%
BLUE value IS 253 (99.22% from 255) = 44.78%
R=31.68%
G=23.54%
B=44.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1791332530.290.4700.0126396.7775.69
HexB385FD1D2F01107614c
Octal263205375355701407141114
Binary101100111000010111111101111011011110110000011111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B385FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B385FD; }

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

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

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

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

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

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

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

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