#B184EF

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

Shades of Biloba Flower #B184EF

Tints of Biloba Flower #B184EF

Color information

#B184EF (or 0xB184EF) is unknown color: approx Biloba Flower. HEX triplet: B1, 84 and EF. RGB value is (177,132,239). Sum of RGB (Red+Green+Blue) = 177+132+239=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #B184EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B184EF is #4E7B10. Grayscale: #9D9D9D. Windows color (decimal): -5143313 or 15697073. OLE color: 15697073.

HSL color Cylindrical-coordinate representation of color #B184EF: hue angle of 265.23º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B184EF is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB177132239-
CMYK0.260.4500.06
HSL265.23º76.98%72.75%-
HSV(B)265.23º44.77%93.73%-
XYZ41.9632.0885.64-
YUV157.65173.91141.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.30%
GREEN value IS 132 (51.95% from 255) = 24.09%
BLUE value IS 239 (93.75% from 255) = 43.61%
R=32.30%
G=24.09%
B=43.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1771322390.260.4500.06265.2376.9872.75
HexB184EF1A2D061094d49
Octal261204357325506411115111
Binary10110001100001001110111111010101101011010000100110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B184EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B184EF; }

 p { color: rgb(177,132,239); }

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

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

 a { background-color: rgb(177,132,239); }

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

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

 span { border-color: rgb(177,132,239); }

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