#B38DDA

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

Shades of Biloba Flower #B38DDA

Tints of Biloba Flower #B38DDA

Color information

#B38DDA (or 0xB38DDA) is unknown color: approx Biloba Flower. HEX triplet: B3, 8D and DA. RGB value is (179,141,218). Sum of RGB (Red+Green+Blue) = 179+141+218=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #B38DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38DDA is #4C7225. Grayscale: #A0A0A0. Windows color (decimal): -5009958 or 14323123. OLE color: 14323123.

HSL color Cylindrical-coordinate representation of color #B38DDA: hue angle of 269.61º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B38DDA is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179141218-
CMYK0.180.3500.15
HSL269.61º50.99%70.39%-
HSV(B)269.61º35.32%85.49%-
XYZ40.7733.770.68-
YUV161.14160.09140.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.27%
GREEN value IS 141 (55.47% from 255) = 26.21%
BLUE value IS 218 (85.55% from 255) = 40.52%
R=33.27%
G=26.21%
B=40.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791412180.180.3500.15269.6150.9970.39
HexB38DDA12230F10e3346
Octal263215332224301741663106
Binary10110011100011011101101010010100011011111000011101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38DDA; }

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

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

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

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

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

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

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

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