#B68EFF

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

Shades of Biloba Flower #B68EFF

Tints of Biloba Flower #B68EFF

Color information

#B68EFF (or 0xB68EFF) is unknown color: approx Biloba Flower. HEX triplet: B6, 8E and FF. RGB value is (182,142,255). Sum of RGB (Red+Green+Blue) = 182+142+255=579 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.43% from 579); Green value is 142 (55.86% from 255 or 24.53% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #B68EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68EFF is #497100. Grayscale: #A6A6A6. Windows color (decimal): -4813057 or 16748214. OLE color: 16748214.

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

Color convert

RGB182142255-
CMYK0.290.4400
HSL261.24º100%77.84%-
HSV(B)261.24º44.31%100%-
XYZ47.0136.5199.18-
YUV166.84177.75138.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.43%
GREEN value IS 142 (55.86% from 255) = 24.53%
BLUE value IS 255 (100% from 255) = 44.04%
R=31.43%
G=24.53%
B=44.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821422550.290.4400261.2410077.84
HexB68EFF1D2C00105644e
Octal266216377355400405144116
Binary101101101000111011111111111011011000010000010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68EFF; }

 p { color: rgb(182,142,255); }

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

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

 a { background-color: rgb(182,142,255); }

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

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

 span { border-color: rgb(182,142,255); }

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