#b185eb

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

Shades of Biloba Flower #B185EB

Tints of Biloba Flower #B185EB

Color information

#B185EB (or 0xB185EB) is unknown color: approx Biloba Flower. HEX triplet: B1, 85 and EB. RGB value is (177,133,235). Sum of RGB (Red+Green+Blue) = 177+133+235=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #B185EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B185EB is #4E7A14. Grayscale: #9D9D9D. Windows color (decimal): -5143061 or 15435185. OLE color: 15435185.

HSL color Cylindrical-coordinate representation of color #B185EB: hue angle of 265.88º 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 #B185EB is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177133235-
CMYK0.250.4300.08
HSL265.88º71.83%72.16%-
HSV(B)265.88º43.4%92.16%-
XYZ41.5132.1282.61-
YUV157.78171.58141.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.48%
GREEN value IS 133 (52.34% from 255) = 24.40%
BLUE value IS 235 (92.19% from 255) = 43.12%
R=32.48%
G=24.40%
B=43.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771332350.250.4300.08265.8871.8372.16
HexB185EB192B0810a4848
Octal2612053533153010412110110
Binary101100011000010111101011110011010110100010000101010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b185eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b185eb; }

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

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

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

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

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

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

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

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