#B39CFC

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

Shades of Biloba Flower #B39CFC

Tints of Biloba Flower #B39CFC

Color information

#B39CFC (or 0xB39CFC) is unknown color: approx Biloba Flower. HEX triplet: B3, 9C and FC. RGB value is (179,156,252). Sum of RGB (Red+Green+Blue) = 179+156+252=587 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.49% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #B39CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B39CFC is #4C6303. Grayscale: #ADADAD. Windows color (decimal): -5006084 or 16555187. OLE color: 16555187.

HSL color Cylindrical-coordinate representation of color #B39CFC: hue angle of 254.38º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B39CFC is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179156252-
CMYK0.290.3800.01
HSL254.38º94.12%80%-
HSV(B)254.38º38.1%98.82%-
XYZ48.0540.3997.36-
YUV173.82172.12131.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.49%
GREEN value IS 156 (61.33% from 255) = 26.58%
BLUE value IS 252 (98.83% from 255) = 42.93%
R=30.49%
G=26.58%
B=42.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1791562520.290.3800.01254.3894.1280
HexB39CFC1D2601fe5e50
Octal263234374354601376136120
Binary10110011100111001111110011101100110011111111010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39CFC; }

 p { color: rgb(179,156,252); }

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

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

 a { background-color: rgb(179,156,252); }

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

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

 span { border-color: rgb(179,156,252); }

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