#B184FA

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

Shades of Biloba Flower #B184FA

Tints of Biloba Flower #B184FA

Color information

#B184FA (or 0xB184FA) is unknown color: approx Biloba Flower. HEX triplet: B1, 84 and FA. RGB value is (177,132,250). Sum of RGB (Red+Green+Blue) = 177+132+250=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #B184FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B184FA is #4E7B05. Grayscale: #9E9E9E. Windows color (decimal): -5143302 or 16417969. OLE color: 16417969.

HSL color Cylindrical-coordinate representation of color #B184FA: hue angle of 262.88º degrees, saturation: 0.92, 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 #B184FA is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177132250-
CMYK0.290.4700.02
HSL262.88º92.19%74.9%-
HSV(B)262.88º47.2%98.04%-
XYZ43.6432.7594.46-
YUV158.91179.41140.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.66%
GREEN value IS 132 (51.95% from 255) = 23.61%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=31.66%
G=23.61%
B=44.72%

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
Decimal1771322500.290.4700.02262.8892.1974.9
HexB184FA1D2F021075c4b
Octal261204372355702407134113
Binary1011000110000100111110101110110111101010000011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B184FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B184FA; }

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

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

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

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

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

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

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

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