#B38DF6

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

Shades of Biloba Flower #B38DF6

Tints of Biloba Flower #B38DF6

Color information

#B38DF6 (or 0xB38DF6) is unknown color: approx Biloba Flower. HEX triplet: B3, 8D and F6. RGB value is (179,141,246). Sum of RGB (Red+Green+Blue) = 179+141+246=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #B38DF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38DF6 is #4C7209. Grayscale: #A3A3A3. Windows color (decimal): -5009930 or 16158131. OLE color: 16158131.

HSL color Cylindrical-coordinate representation of color #B38DF6: hue angle of 261.71º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B38DF6 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB179141246-
CMYK0.270.4300.04
HSL261.71º85.37%75.88%-
HSV(B)261.71º42.68%96.47%-
XYZ44.7535.2991.64-
YUV164.33174.09138.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.63%
GREEN value IS 141 (55.47% from 255) = 24.91%
BLUE value IS 246 (96.48% from 255) = 43.46%
R=31.63%
G=24.91%
B=43.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1791412460.270.4300.04261.7185.3775.88
HexB38DF61B2B04106554c
Octal263215366335304406125114
Binary10110011100011011111011011011101011010010000011010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38DF6; }

 p { color: rgb(179,141,246); }

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

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

 a { background-color: rgb(179,141,246); }

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

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

 span { border-color: rgb(179,141,246); }

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