#B38FDD

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

Shades of Biloba Flower #B38FDD

Tints of Biloba Flower #B38FDD

Color information

#B38FDD (or 0xB38FDD) is unknown color: approx Biloba Flower. HEX triplet: B3, 8F and DD. RGB value is (179,143,221). Sum of RGB (Red+Green+Blue) = 179+143+221=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #B38FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38FDD is #4C7022. Grayscale: #A2A2A2. Windows color (decimal): -5009443 or 14520243. OLE color: 14520243.

HSL color Cylindrical-coordinate representation of color #B38FDD: hue angle of 267.69º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B38FDD is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB179143221-
CMYK0.190.3500.13
HSL267.69º53.42%71.37%-
HSV(B)267.69º35.29%86.67%-
XYZ41.4634.4572.87-
YUV162.66160.93139.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.97%
GREEN value IS 143 (56.25% from 255) = 26.34%
BLUE value IS 221 (86.72% from 255) = 40.70%
R=32.97%
G=26.34%
B=40.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791432210.190.3500.13267.6953.4271.37
HexB38FDD13230D10c3547
Octal263217335234301541465107
Binary10110011100011111101110110011100011011011000011001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38FDD; }

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

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

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

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

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

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

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

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