#B38EFE

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

Shades of Biloba Flower #B38EFE

Tints of Biloba Flower #B38EFE

Color information

#B38EFE (or 0xB38EFE) is unknown color: approx Biloba Flower. HEX triplet: B3, 8E and FE. RGB value is (179,142,254). Sum of RGB (Red+Green+Blue) = 179+142+254=575 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.13% from 575); Green value is 142 (55.86% from 255 or 24.70% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #B38EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38EFE is #4C7101. Grayscale: #A5A5A5. Windows color (decimal): -5009666 or 16682675. OLE color: 16682675.

HSL color Cylindrical-coordinate representation of color #B38EFE: hue angle of 259.82º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B38EFE is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB179142254-
CMYK0.300.4400.00
HSL259.82º98.25%77.65%-
HSV(B)259.82º44.09%99.61%-
XYZ46.1536.0998.3-
YUV165.83177.76137.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.13%
GREEN value IS 142 (55.86% from 255) = 24.70%
BLUE value IS 254 (99.61% from 255) = 44.17%
R=31.13%
G=24.70%
B=44.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1791422540.300.4400.00259.8298.2577.65
HexB38EFE1E2C00104624e
Octal263216376365400404142116
Binary101100111000111011111110111101011000010000010011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38EFE; }

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

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

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

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

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

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

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

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