#B184FB

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

Shades of Biloba Flower #B184FB

Tints of Biloba Flower #B184FB

Color information

#B184FB (or 0xB184FB) is unknown color: approx Biloba Flower. HEX triplet: B1, 84 and FB. RGB value is (177,132,251). Sum of RGB (Red+Green+Blue) = 177+132+251=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #B184FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B184FB is #4E7B04. Grayscale: #9E9E9E. Windows color (decimal): -5143301 or 16483505. OLE color: 16483505.

HSL color Cylindrical-coordinate representation of color #B184FB: hue angle of 262.69º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B184FB is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177132251-
CMYK0.290.4700.02
HSL262.69º93.7%75.1%-
HSV(B)262.69º47.41%98.43%-
XYZ43.832.8195.29-
YUV159.02179.91140.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.61%
GREEN value IS 132 (51.95% from 255) = 23.57%
BLUE value IS 251 (98.44% from 255) = 44.82%
R=31.61%
G=23.57%
B=44.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1771322510.290.4700.02262.6993.775.1
HexB184FB1D2F021075e4b
Octal261204373355702407136113
Binary1011000110000100111110111110110111101010000011110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B184FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B184FB; }

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

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

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

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

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

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

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

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