#B38AD3

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

Shades of Biloba Flower #B38AD3

Tints of Biloba Flower #B38AD3

Color information

#B38AD3 (or 0xB38AD3) is unknown color: approx Biloba Flower. HEX triplet: B3, 8A and D3. RGB value is (179,138,211). Sum of RGB (Red+Green+Blue) = 179+138+211=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 211 (82.81% from 255 or 39.96% from 528); Max value from RGB is 211 - color contains mainly: blue. Hex color #B38AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38AD3 is #4C752C. Grayscale: #9E9E9E. Windows color (decimal): -5010733 or 13863603. OLE color: 13863603.

HSL color Cylindrical-coordinate representation of color #B38AD3: hue angle of 273.7º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B38AD3 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB179138211-
CMYK0.150.3500.17
HSL273.7º45.34%68.43%-
HSV(B)273.7º34.6%82.75%-
XYZ39.4432.4665.82-
YUV158.58157.58142.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.90%
GREEN value IS 138 (54.30% from 255) = 26.14%
BLUE value IS 211 (82.81% from 255) = 39.96%
R=33.90%
G=26.14%
B=39.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1791382110.150.3500.17273.745.3468.43
HexB38AD3F230111122d44
Octal263212323174302142255104
Binary10110011100010101101001111111000110100011000100101011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38AD3; }

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

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

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

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

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

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

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

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