#B399FF

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

Shades of Biloba Flower #B399FF

Tints of Biloba Flower #B399FF

Color information

#B399FF (or 0xB399FF) is unknown color: approx Biloba Flower. HEX triplet: B3, 99 and FF. RGB value is (179,153,255). Sum of RGB (Red+Green+Blue) = 179+153+255=587 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.49% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #B399FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B399FF is #4C6600. Grayscale: #ACACAC. Windows color (decimal): -5006849 or 16751027. OLE color: 16751027.

HSL color Cylindrical-coordinate representation of color #B399FF: hue angle of 255.29º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B399FF is Cyan = 0.30, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB179153255-
CMYK0.300.400
HSL255.29º100%80%-
HSV(B)255.29º40%100%-
XYZ48.0339.5999.72-
YUV172.4174.61132.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.49%
GREEN value IS 153 (60.16% from 255) = 26.06%
BLUE value IS 255 (100% from 255) = 43.44%
R=30.49%
G=26.06%
B=43.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1791532550.300.400255.2910080
HexB399FF1E2800ff6450
Octal263231377365000377144120
Binary10110011100110011111111111110101000001111111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B399FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B399FF; }

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

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

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

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

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

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

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

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