#B083DD

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

Shades of Biloba Flower #B083DD

Tints of Biloba Flower #B083DD

Color information

#B083DD (or 0xB083DD) is unknown color: approx Biloba Flower. HEX triplet: B0, 83 and DD. RGB value is (176,131,221). Sum of RGB (Red+Green+Blue) = 176+131+221=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #B083DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B083DD is #4F7C22. Grayscale: #9A9A9A. Windows color (decimal): -5209123 or 14517168. OLE color: 14517168.

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

Color convert

RGB176131221-
CMYK0.200.4100.13
HSL270º56.96%69.02%-
HSV(B)270º40.72%86.67%-
XYZ39.0730.6872.27-
YUV154.71165.41143.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.33%
GREEN value IS 131 (51.56% from 255) = 24.81%
BLUE value IS 221 (86.72% from 255) = 41.86%
R=33.33%
G=24.81%
B=41.86%

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
Decimal1761312210.200.4100.1327056.9669.02
HexB083DD14290D10e3945
Octal260203335245101541671105
Binary10110000100000111101110110100101001011011000011101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B083DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B083DD; }

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

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

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

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

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

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

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

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