#B184DF

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

Shades of Biloba Flower #B184DF

Tints of Biloba Flower #B184DF

Color information

#B184DF (or 0xB184DF) is unknown color: approx Biloba Flower. HEX triplet: B1, 84 and DF. RGB value is (177,132,223). Sum of RGB (Red+Green+Blue) = 177+132+223=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #B184DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B184DF is #4E7B20. Grayscale: #9B9B9B. Windows color (decimal): -5143329 or 14648497. OLE color: 14648497.

HSL color Cylindrical-coordinate representation of color #B184DF: hue angle of 269.67º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B184DF is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177132223-
CMYK0.210.4100.13
HSL269.67º58.71%69.61%-
HSV(B)269.67º40.81%87.45%-
XYZ39.731.1873.74-
YUV155.83165.91143.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.27%
GREEN value IS 132 (51.95% from 255) = 24.81%
BLUE value IS 223 (87.5% from 255) = 41.92%
R=33.27%
G=24.81%
B=41.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771322230.210.4100.13269.6758.7169.61
HexB184DF15290D10e3b46
Octal261204337255101541673106
Binary10110001100001001101111110101101001011011000011101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B184DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B184DF; }

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

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

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

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

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

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

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

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