#B38EF1

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

Shades of Biloba Flower #B38EF1

Tints of Biloba Flower #B38EF1

Color information

#B38EF1 (or 0xB38EF1) is unknown color: approx Biloba Flower. HEX triplet: B3, 8E and F1. RGB value is (179,142,241). Sum of RGB (Red+Green+Blue) = 179+142+241=562 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.85% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #B38EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38EF1 is #4C710E. Grayscale: #A3A3A3. Windows color (decimal): -5009679 or 15830707. OLE color: 15830707.

HSL color Cylindrical-coordinate representation of color #B38EF1: hue angle of 262.42º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B38EF1 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB179142241-
CMYK0.260.4100.05
HSL262.42º77.95%75.1%-
HSV(B)262.42º41.08%94.51%-
XYZ44.1435.2887.7-
YUV164.35171.26138.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.85%
GREEN value IS 142 (55.86% from 255) = 25.27%
BLUE value IS 241 (94.53% from 255) = 42.88%
R=31.85%
G=25.27%
B=42.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1791422410.260.4100.05262.4277.9575.1
HexB38EF11A29051064e4b
Octal263216361325105406116113
Binary10110011100011101111000111010101001010110000011010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38EF1; }

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

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

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

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

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

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

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

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