#B68DF9

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

Shades of Biloba Flower #B68DF9

Tints of Biloba Flower #B68DF9

Color information

#B68DF9 (or 0xB68DF9) is unknown color: approx Biloba Flower. HEX triplet: B6, 8D and F9. RGB value is (182,141,249). Sum of RGB (Red+Green+Blue) = 182+141+249=572 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.82% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #B68DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68DF9 is #497206. Grayscale: #A5A5A5. Windows color (decimal): -4813319 or 16354742. OLE color: 16354742.

HSL color Cylindrical-coordinate representation of color #B68DF9: hue angle of 262.78º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B68DF9 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182141249-
CMYK0.270.4300.02
HSL262.78º90%76.47%-
HSV(B)262.78º43.37%97.65%-
XYZ45.9235.8394.12-
YUV165.57175.08139.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.82%
GREEN value IS 141 (55.47% from 255) = 24.65%
BLUE value IS 249 (97.66% from 255) = 43.53%
R=31.82%
G=24.65%
B=43.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821412490.270.4300.02262.789076.47
HexB68DF91B2B021075a4c
Octal266215371335302407132114
Binary1011011010001101111110011101110101101010000011110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68DF9; }

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

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

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

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

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

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

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

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