#B38DD5

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

Shades of Biloba Flower #B38DD5

Tints of Biloba Flower #B38DD5

Color information

#B38DD5 (or 0xB38DD5) is unknown color: approx Biloba Flower. HEX triplet: B3, 8D and D5. RGB value is (179,141,213). Sum of RGB (Red+Green+Blue) = 179+141+213=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 213 - color contains mainly: blue. Hex color #B38DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38DD5 is #4C722A. Grayscale: #A0A0A0. Windows color (decimal): -5009963 or 13995443. OLE color: 13995443.

HSL color Cylindrical-coordinate representation of color #B38DD5: hue angle of 271.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B38DD5 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB179141213-
CMYK0.160.3400.16
HSL271.67º46.15%69.41%-
HSV(B)271.67º33.8%83.53%-
XYZ40.1333.4467.29-
YUV160.57157.59141.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.58%
GREEN value IS 141 (55.47% from 255) = 26.45%
BLUE value IS 213 (83.59% from 255) = 39.96%
R=33.58%
G=26.45%
B=39.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1791412130.160.3400.16271.6746.1569.41
HexB38DD510220101102e45
Octal263215325204202042056105
Binary101100111000110111010101100001000100100001000100001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38DD5; }

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

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

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

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

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

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

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

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