#B38FDF

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

Shades of Biloba Flower #B38FDF

Tints of Biloba Flower #B38FDF

Color information

#B38FDF (or 0xB38FDF) is unknown color: approx Biloba Flower. HEX triplet: B3, 8F and DF. RGB value is (179,143,223). Sum of RGB (Red+Green+Blue) = 179+143+223=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #B38FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38FDF is #4C7020. Grayscale: #A2A2A2. Windows color (decimal): -5009441 or 14651315. OLE color: 14651315.

HSL color Cylindrical-coordinate representation of color #B38FDF: hue angle of 267º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B38FDF is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179143223-
CMYK0.200.3600.13
HSL267º55.56%71.76%-
HSV(B)267º35.87%87.45%-
XYZ41.7334.5674.28-
YUV162.88161.93139.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.84%
GREEN value IS 143 (56.25% from 255) = 26.24%
BLUE value IS 223 (87.5% from 255) = 40.92%
R=32.84%
G=26.24%
B=40.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791432230.200.3600.1326755.5671.76
HexB38FDF14240D10b3848
Octal263217337244401541370110
Binary10110011100011111101111110100100100011011000010111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38FDF; }

 p { color: rgb(179,143,223); }

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

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

 a { background-color: rgb(179,143,223); }

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

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

 span { border-color: rgb(179,143,223); }

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