#B399DC

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

Shades of Biloba Flower #B399DC

Tints of Biloba Flower #B399DC

Color information

#B399DC (or 0xB399DC) is unknown color: approx Biloba Flower. HEX triplet: B3, 99 and DC. RGB value is (179,153,220). Sum of RGB (Red+Green+Blue) = 179+153+220=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #B399DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B399DC is #4C6623. Grayscale: #A8A8A8. Windows color (decimal): -5006884 or 14457267. OLE color: 14457267.

HSL color Cylindrical-coordinate representation of color #B399DC: hue angle of 263.28º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B399DC is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179153220-
CMYK0.190.3000.14
HSL263.28º48.91%73.14%-
HSV(B)263.28º30.45%86.27%-
XYZ42.937.5372.69-
YUV168.41157.11135.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.43%
GREEN value IS 153 (60.16% from 255) = 27.72%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=32.43%
G=27.72%
B=39.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791532200.190.3000.14263.2848.9173.14
HexB399DC131E0E1073149
Octal263231334233601640761111
Binary1011001110011001110111001001111110011101000001111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B399DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B399DC; }

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

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

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

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

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

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

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

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