#B38FFE

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

Shades of Biloba Flower #B38FFE

Tints of Biloba Flower #B38FFE

Color information

#B38FFE (or 0xB38FFE) is unknown color: approx Biloba Flower. HEX triplet: B3, 8F and FE. RGB value is (179,143,254). Sum of RGB (Red+Green+Blue) = 179+143+254=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 143 (56.25% from 255 or 24.83% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #B38FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38FFE is #4C7001. Grayscale: #A6A6A6. Windows color (decimal): -5009410 or 16682931. OLE color: 16682931.

HSL color Cylindrical-coordinate representation of color #B38FFE: hue angle of 259.46º 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 #B38FFE is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB179143254-
CMYK0.300.4400.00
HSL259.46º98.23%77.84%-
HSV(B)259.46º43.7%99.61%-
XYZ46.336.3898.35-
YUV166.42177.43136.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.08%
GREEN value IS 143 (56.25% from 255) = 24.83%
BLUE value IS 254 (99.61% from 255) = 44.10%
R=31.08%
G=24.83%
B=44.10%

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
Decimal1791432540.300.4400.00259.4698.2377.84
HexB38FFE1E2C00103624e
Octal263217376365400403142116
Binary101100111000111111111110111101011000010000001111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38FFE; }

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

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

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

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

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

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

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

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