#B38ADB

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

Shades of Biloba Flower #B38ADB

Tints of Biloba Flower #B38ADB

Color information

#B38ADB (or 0xB38ADB) is unknown color: approx Biloba Flower. HEX triplet: B3, 8A and DB. RGB value is (179,138,219). Sum of RGB (Red+Green+Blue) = 179+138+219=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #B38ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38ADB is #4C7524. Grayscale: #9F9F9F. Windows color (decimal): -5010725 or 14387891. OLE color: 14387891.

HSL color Cylindrical-coordinate representation of color #B38ADB: hue angle of 270.37º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B38ADB is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179138219-
CMYK0.180.3700.14
HSL270.37º52.94%70%-
HSV(B)270.37º36.99%85.88%-
XYZ40.4732.8871.23-
YUV159.49161.58141.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.40%
GREEN value IS 138 (54.30% from 255) = 25.75%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=33.40%
G=25.75%
B=40.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791382190.180.3700.14270.3752.9470
HexB38ADB12250E10e3546
Octal263212333224501641665106
Binary10110011100010101101101110010100101011101000011101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38ADB; }

 p { color: rgb(179,138,219); }

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

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

 a { background-color: rgb(179,138,219); }

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

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

 span { border-color: rgb(179,138,219); }

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