#B38EFA

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

Shades of Biloba Flower #B38EFA

Tints of Biloba Flower #B38EFA

Color information

#B38EFA (or 0xB38EFA) is unknown color: approx Biloba Flower. HEX triplet: B3, 8E and FA. RGB value is (179,142,250). Sum of RGB (Red+Green+Blue) = 179+142+250=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 142 (55.86% from 255 or 24.87% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #B38EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38EFA is #4C7105. Grayscale: #A4A4A4. Windows color (decimal): -5009670 or 16420531. OLE color: 16420531.

HSL color Cylindrical-coordinate representation of color #B38EFA: hue angle of 260.56º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B38EFA is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179142250-
CMYK0.280.4300.02
HSL260.56º91.53%76.86%-
HSV(B)260.56º43.2%98.04%-
XYZ45.5235.8394.96-
YUV165.38175.76137.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.35%
GREEN value IS 142 (55.86% from 255) = 24.87%
BLUE value IS 250 (98.05% from 255) = 43.78%
R=31.35%
G=24.87%
B=43.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791422500.280.4300.02260.5691.5376.86
HexB38EFA1C2B021055c4d
Octal263216372345302405134115
Binary1011001110001110111110101110010101101010000010110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38EFA; }

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

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

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

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

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

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

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

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