#B184FD

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

Shades of Biloba Flower #B184FD

Tints of Biloba Flower #B184FD

Color information

#B184FD (or 0xB184FD) is unknown color: approx Biloba Flower. HEX triplet: B1, 84 and FD. RGB value is (177,132,253). Sum of RGB (Red+Green+Blue) = 177+132+253=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 132 (51.95% from 255 or 23.49% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #B184FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B184FD is #4E7B02. Grayscale: #9E9E9E. Windows color (decimal): -5143299 or 16614577. OLE color: 16614577.

HSL color Cylindrical-coordinate representation of color #B184FD: hue angle of 262.31º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B184FD is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB177132253-
CMYK0.300.4800.01
HSL262.31º96.8%75.49%-
HSV(B)262.31º47.83%99.22%-
XYZ44.1132.9496.96-
YUV159.25180.91140.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.49%
GREEN value IS 132 (51.95% from 255) = 23.49%
BLUE value IS 253 (99.22% from 255) = 45.02%
R=31.49%
G=23.49%
B=45.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771322530.300.4800.01262.3196.875.49
HexB184FD1E3001106614b
Octal261204375366001406141113
Binary101100011000010011111101111101100000110000011011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B184FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B184FD; }

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

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

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

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

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

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

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

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