#B184DD

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

Shades of Biloba Flower #B184DD

Tints of Biloba Flower #B184DD

Color information

#B184DD (or 0xB184DD) is unknown color: approx Biloba Flower. HEX triplet: B1, 84 and DD. RGB value is (177,132,221). Sum of RGB (Red+Green+Blue) = 177+132+221=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #B184DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B184DD is #4E7B22. Grayscale: #9B9B9B. Windows color (decimal): -5143331 or 14517425. OLE color: 14517425.

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

Color convert

RGB177132221-
CMYK0.200.4000.13
HSL270.34º56.69%69.22%-
HSV(B)270.34º40.27%86.67%-
XYZ39.4331.0772.33-
YUV155.6164.91143.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.40%
GREEN value IS 132 (51.95% from 255) = 24.91%
BLUE value IS 221 (86.72% from 255) = 41.70%
R=33.40%
G=24.91%
B=41.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771322210.200.4000.13270.3456.6969.22
HexB184DD14280D10e3945
Octal261204335245001541671105
Binary10110001100001001101110110100101000011011000011101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B184DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B184DD; }

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

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

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

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

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

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

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

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