#B184DE

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

Shades of Biloba Flower #B184DE

Tints of Biloba Flower #B184DE

Color information

#B184DE (or 0xB184DE) is unknown color: approx Biloba Flower. HEX triplet: B1, 84 and DE. RGB value is (177,132,222). Sum of RGB (Red+Green+Blue) = 177+132+222=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #B184DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B184DE is #4E7B21. Grayscale: #9B9B9B. Windows color (decimal): -5143330 or 14582961. OLE color: 14582961.

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

Color convert

RGB177132222-
CMYK0.200.4100.13
HSL270º57.69%69.41%-
HSV(B)270º40.54%87.06%-
XYZ39.5731.1273.03-
YUV155.71165.41143.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.33%
GREEN value IS 132 (51.95% from 255) = 24.86%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=33.33%
G=24.86%
B=41.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771322220.200.4100.1327057.6969.41
HexB184DE14290D10e3a45
Octal261204336245101541672105
Binary10110001100001001101111010100101001011011000011101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B184DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B184DE; }

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

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

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

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

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

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

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

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