#B183DD

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

Shades of Biloba Flower #B183DD

Tints of Biloba Flower #B183DD

Color information

#B183DD (or 0xB183DD) is unknown color: approx Biloba Flower. HEX triplet: B1, 83 and DD. RGB value is (177,131,221). Sum of RGB (Red+Green+Blue) = 177+131+221=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #B183DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B183DD is #4E7C22. Grayscale: #9A9A9A. Windows color (decimal): -5143587 or 14517169. OLE color: 14517169.

HSL color Cylindrical-coordinate representation of color #B183DD: hue angle of 270.67º degrees, saturation: 0.57, 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 #B183DD is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177131221-
CMYK0.200.4100.13
HSL270.67º56.96%69.02%-
HSV(B)270.67º40.72%86.67%-
XYZ39.330.872.28-
YUV155.01165.24143.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.46%
GREEN value IS 131 (51.56% from 255) = 24.76%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=33.46%
G=24.76%
B=41.78%

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
Decimal1771312210.200.4100.13270.6756.9669.02
HexB183DD14290D10f3945
Octal261203335245101541771105
Binary10110001100000111101110110100101001011011000011111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B183DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B183DD; }

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

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

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

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

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

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

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

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