#B399DD

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

Shades of Biloba Flower #B399DD

Tints of Biloba Flower #B399DD

Color information

#B399DD (or 0xB399DD) is unknown color: approx Biloba Flower. HEX triplet: B3, 99 and DD. RGB value is (179,153,221). Sum of RGB (Red+Green+Blue) = 179+153+221=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #B399DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B399DD is #4C6622. Grayscale: #A8A8A8. Windows color (decimal): -5006883 or 14522803. OLE color: 14522803.

HSL color Cylindrical-coordinate representation of color #B399DD: hue angle of 262.94º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B399DD is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179153221-
CMYK0.190.3100.13
HSL262.94º50%73.33%-
HSV(B)262.94º30.77%86.67%-
XYZ43.0337.5973.39-
YUV168.53157.61135.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.37%
GREEN value IS 153 (60.16% from 255) = 27.67%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=32.37%
G=27.67%
B=39.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791532210.190.3100.13262.945073.33
HexB399DD131F0D1073249
Octal263231335233701540762111
Binary1011001110011001110111011001111111011011000001111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B399DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B399DD; }

 p { color: rgb(179,153,221); }

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

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

 a { background-color: rgb(179,153,221); }

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

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

 span { border-color: rgb(179,153,221); }

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