#B38DEA

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

Shades of Biloba Flower #B38DEA

Tints of Biloba Flower #B38DEA

Color information

#B38DEA (or 0xB38DEA) is unknown color: approx Biloba Flower. HEX triplet: B3, 8D and EA. RGB value is (179,141,234). Sum of RGB (Red+Green+Blue) = 179+141+234=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #B38DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38DEA is #4C7215. Grayscale: #A2A2A2. Windows color (decimal): -5009942 or 15371699. OLE color: 15371699.

HSL color Cylindrical-coordinate representation of color #B38DEA: hue angle of 264.52º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B38DEA is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179141234-
CMYK0.240.4000.08
HSL264.52º68.89%73.53%-
HSV(B)264.52º39.74%91.76%-
XYZ42.9734.5782.25-
YUV162.96168.09139.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.31%
GREEN value IS 141 (55.47% from 255) = 25.45%
BLUE value IS 234 (91.80% from 255) = 42.24%
R=32.31%
G=25.45%
B=42.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791412340.240.4000.08264.5268.8973.53
HexB38DEA182808109454a
Octal2632153523050010411105112
Binary101100111000110111101010110001010000100010000100110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38DEA; }

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

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

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

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

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

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

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

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