#B38FDC

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

Shades of Biloba Flower #B38FDC

Tints of Biloba Flower #B38FDC

Color information

#B38FDC (or 0xB38FDC) is unknown color: approx Biloba Flower. HEX triplet: B3, 8F and DC. RGB value is (179,143,220). Sum of RGB (Red+Green+Blue) = 179+143+220=542 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.03% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #B38FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38FDC is #4C7023. Grayscale: #A2A2A2. Windows color (decimal): -5009444 or 14454707. OLE color: 14454707.

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

Color convert

RGB179143220-
CMYK0.190.3500.14
HSL268.05º52.38%71.18%-
HSV(B)268.05º35%86.27%-
XYZ41.3334.472.17-
YUV162.54160.43139.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.03%
GREEN value IS 143 (56.25% from 255) = 26.38%
BLUE value IS 220 (86.33% from 255) = 40.59%
R=33.03%
G=26.38%
B=40.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791432200.190.3500.14268.0552.3871.18
HexB38FDC13230E10c3447
Octal263217334234301641464107
Binary10110011100011111101110010011100011011101000011001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38FDC; }

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

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

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

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

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

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

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

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