#B38EDA

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

Shades of Biloba Flower #B38EDA

Tints of Biloba Flower #B38EDA

Color information

#B38EDA (or 0xB38EDA) is unknown color: approx Biloba Flower. HEX triplet: B3, 8E and DA. RGB value is (179,142,218). Sum of RGB (Red+Green+Blue) = 179+142+218=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #B38EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38EDA is #4C7125. Grayscale: #A1A1A1. Windows color (decimal): -5009702 or 14323379. OLE color: 14323379.

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

Color convert

RGB179142218-
CMYK0.180.3500.15
HSL269.21º50.67%70.59%-
HSV(B)269.21º34.86%85.49%-
XYZ40.9233.9970.73-
YUV161.73159.76140.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.21%
GREEN value IS 142 (55.86% from 255) = 26.35%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=33.21%
G=26.35%
B=40.45%

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
Decimal1791422180.180.3500.15269.2150.6770.59
HexB38EDA12230F10d3347
Octal263216332224301741563107
Binary10110011100011101101101010010100011011111000011011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38EDA; }

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

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

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

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

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

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

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

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