#b683f1

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

Shades of Biloba Flower #B683F1

Tints of Biloba Flower #B683F1

Color information

#B683F1 (or 0xB683F1) is unknown color: approx Biloba Flower. HEX triplet: B6, 83 and F1. RGB value is (182,131,241). Sum of RGB (Red+Green+Blue) = 182+131+241=554 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.85% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #B683F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B683F1 is #497C0E. Grayscale: #9E9E9E. Windows color (decimal): -4815887 or 15827894. OLE color: 15827894.

HSL color Cylindrical-coordinate representation of color #B683F1: hue angle of 267.82º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B683F1 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB182131241-
CMYK0.240.4600.05
HSL267.82º79.71%72.94%-
HSV(B)267.82º45.64%94.51%-
XYZ43.2832.5387.22-
YUV158.79174.4144.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.85%
GREEN value IS 131 (51.56% from 255) = 23.65%
BLUE value IS 241 (94.53% from 255) = 43.50%
R=32.85%
G=23.65%
B=43.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1821312410.240.4600.05267.8279.7172.94
HexB683F1182E0510c5049
Octal266203361305605414120111
Binary10110110100000111111000111000101110010110000110010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b683f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b683f1; }

 p { color: rgb(182,131,241); }

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

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

 a { background-color: rgb(182,131,241); }

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

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

 span { border-color: rgb(182,131,241); }

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