#B68BF6

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

Shades of Biloba Flower #B68BF6

Tints of Biloba Flower #B68BF6

Color information

#B68BF6 (or 0xB68BF6) is unknown color: approx Biloba Flower. HEX triplet: B6, 8B and F6. RGB value is (182,139,246). Sum of RGB (Red+Green+Blue) = 182+139+246=567 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.10% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 246 (96.48% from 255 or 43.39% from 567); Max value from RGB is 246 - color contains mainly: blue. Hex color #B68BF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68BF6 is #497409. Grayscale: #A3A3A3. Windows color (decimal): -4813834 or 16157622. OLE color: 16157622.

HSL color Cylindrical-coordinate representation of color #B68BF6: hue angle of 264.11º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B68BF6 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB182139246-
CMYK0.260.4300.04
HSL264.11º85.6%75.49%-
HSV(B)264.11º43.5%96.47%-
XYZ45.1635.0691.58-
YUV164.06174.25140.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.10%
GREEN value IS 139 (54.69% from 255) = 24.51%
BLUE value IS 246 (96.48% from 255) = 43.39%
R=32.10%
G=24.51%
B=43.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1821392460.260.4300.04264.1185.675.49
HexB68BF61A2B04108564b
Octal266213366325304410126113
Binary10110110100010111111011011010101011010010000100010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68BF6; }

 p { color: rgb(182,139,246); }

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

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

 a { background-color: rgb(182,139,246); }

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

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

 span { border-color: rgb(182,139,246); }

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