#B39AFF

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

Shades of Biloba Flower #B39AFF

Tints of Biloba Flower #B39AFF

Color information

#B39AFF (or 0xB39AFF) is unknown color: approx Biloba Flower. HEX triplet: B3, 9A and FF. RGB value is (179,154,255). Sum of RGB (Red+Green+Blue) = 179+154+255=588 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.44% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #B39AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39AFF is #4C6500. Grayscale: #ACACAC. Windows color (decimal): -5006593 or 16751283. OLE color: 16751283.

HSL color Cylindrical-coordinate representation of color #B39AFF: hue angle of 254.85º 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 #B39AFF is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB179154255-
CMYK0.300.4000
HSL254.85º100%80.2%-
HSV(B)254.85º39.61%100%-
XYZ48.239.9199.77-
YUV172.99174.28132.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.44%
GREEN value IS 154 (60.55% from 255) = 26.19%
BLUE value IS 255 (100% from 255) = 43.37%
R=30.44%
G=26.19%
B=43.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1791542550.300.4000254.8510080.2
HexB39AFF1E2800ff6450
Octal263232377365000377144120
Binary10110011100110101111111111110101000001111111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39AFF; }

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

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

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

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

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

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

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

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