#B68DFE

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

Shades of Biloba Flower #B68DFE

Tints of Biloba Flower #B68DFE

Color information

#B68DFE (or 0xB68DFE) is unknown color: approx Biloba Flower. HEX triplet: B6, 8D and FE. RGB value is (182,141,254). Sum of RGB (Red+Green+Blue) = 182+141+254=577 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.54% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #B68DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68DFE is #497201. Grayscale: #A5A5A5. Windows color (decimal): -4813314 or 16682422. OLE color: 16682422.

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

Color convert

RGB182141254-
CMYK0.280.4400.00
HSL261.77º98.26%77.45%-
HSV(B)261.77º44.49%99.61%-
XYZ46.7136.1598.28-
YUV166.14177.58139.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.54%
GREEN value IS 141 (55.47% from 255) = 24.44%
BLUE value IS 254 (99.61% from 255) = 44.02%
R=31.54%
G=24.44%
B=44.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1821412540.280.4400.00261.7798.2677.45
HexB68DFE1C2C00106624d
Octal266215376345400406142115
Binary101101101000110111111110111001011000010000011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68DFE; }

 p { color: rgb(182,141,254); }

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

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

 a { background-color: rgb(182,141,254); }

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

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

 span { border-color: rgb(182,141,254); }

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