#B385FF

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

Shades of Biloba Flower #B385FF

Tints of Biloba Flower #B385FF

Color information

#B385FF (or 0xB385FF) is unknown color: approx Biloba Flower. HEX triplet: B3, 85 and FF. RGB value is (179,133,255). Sum of RGB (Red+Green+Blue) = 179+133+255=567 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.57% from 567); Green value is 133 (52.34% from 255 or 23.46% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #B385FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B385FF is #4C7A00. Grayscale: #A0A0A0. Windows color (decimal): -5011969 or 16745907. OLE color: 16745907.

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

Color convert

RGB179133255-
CMYK0.300.4800
HSL262.62º100%76.08%-
HSV(B)262.62º47.84%100%-
XYZ45.0333.5898.72-
YUV160.66181.24141.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.57%
GREEN value IS 133 (52.34% from 255) = 23.46%
BLUE value IS 255 (100% from 255) = 44.97%
R=31.57%
G=23.46%
B=44.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1791332550.300.4800262.6210076.08
HexB385FF1E3000107644c
Octal263205377366000407144114
Binary101100111000010111111111111101100000010000011111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B385FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B385FF; }

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

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

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

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

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

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

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

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