#B184F6

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

Shades of Biloba Flower #B184F6

Tints of Biloba Flower #B184F6

Color information

#B184F6 (or 0xB184F6) is unknown color: approx Biloba Flower. HEX triplet: B1, 84 and F6. RGB value is (177,132,246). Sum of RGB (Red+Green+Blue) = 177+132+246=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 246 (96.48% from 255 or 44.32% from 555); Max value from RGB is 246 - color contains mainly: blue. Hex color #B184F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B184F6 is #4E7B09. Grayscale: #9E9E9E. Windows color (decimal): -5143306 or 16155825. OLE color: 16155825.

HSL color Cylindrical-coordinate representation of color #B184F6: hue angle of 263.68º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B184F6 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB177132246-
CMYK0.280.4600.04
HSL263.68º86.36%74.12%-
HSV(B)263.68º46.34%96.47%-
XYZ43.0232.591.2-
YUV158.45177.41141.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.89%
GREEN value IS 132 (51.95% from 255) = 23.78%
BLUE value IS 246 (96.48% from 255) = 44.32%
R=31.89%
G=23.78%
B=44.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1771322460.280.4600.04263.6886.3674.12
HexB184F61C2E04108564a
Octal261204366345604410126112
Binary10110001100001001111011011100101110010010000100010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B184F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B184F6; }

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

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

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

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

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

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

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

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