#B385EB

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

Shades of Biloba Flower #B385EB

Tints of Biloba Flower #B385EB

Color information

#B385EB (or 0xB385EB) is unknown color: approx Biloba Flower. HEX triplet: B3, 85 and EB. RGB value is (179,133,235). Sum of RGB (Red+Green+Blue) = 179+133+235=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #B385EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B385EB is #4C7A14. Grayscale: #9E9E9E. Windows color (decimal): -5011989 or 15435187. OLE color: 15435187.

HSL color Cylindrical-coordinate representation of color #B385EB: hue angle of 267.06º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B385EB is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179133235-
CMYK0.240.4300.08
HSL267.06º71.83%72.16%-
HSV(B)267.06º43.4%92.16%-
XYZ41.9732.3682.63-
YUV158.38171.24142.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.72%
GREEN value IS 133 (52.34% from 255) = 24.31%
BLUE value IS 235 (92.19% from 255) = 42.96%
R=32.72%
G=24.31%
B=42.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791332350.240.4300.08267.0671.8372.16
HexB385EB182B0810b4848
Octal2632053533053010413110110
Binary101100111000010111101011110001010110100010000101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B385EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B385EB; }

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

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

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

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

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

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

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

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