#B184FC

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

Shades of Biloba Flower #B184FC

Tints of Biloba Flower #B184FC

Color information

#B184FC (or 0xB184FC) is unknown color: approx Biloba Flower. HEX triplet: B1, 84 and FC. RGB value is (177,132,252). Sum of RGB (Red+Green+Blue) = 177+132+252=561 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.55% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #B184FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B184FC is #4E7B03. Grayscale: #9E9E9E. Windows color (decimal): -5143300 or 16549041. OLE color: 16549041.

HSL color Cylindrical-coordinate representation of color #B184FC: hue angle of 262.5º degrees, saturation: 0.95, 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 #B184FC is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB177132252-
CMYK0.300.4800.01
HSL262.5º95.24%75.29%-
HSV(B)262.5º47.62%98.82%-
XYZ43.9532.8896.12-
YUV159.14180.41140.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.55%
GREEN value IS 132 (51.95% from 255) = 23.53%
BLUE value IS 252 (98.83% from 255) = 44.92%
R=31.55%
G=23.53%
B=44.92%

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
Decimal1771322520.300.4800.01262.595.2475.29
HexB184FC1E30011065f4b
Octal261204374366001406137113
Binary101100011000010011111100111101100000110000011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B184FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B184FC; }

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

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

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

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

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

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

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

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