#B693F8

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

Shades of Biloba Flower #B693F8

Tints of Biloba Flower #B693F8

Color information

#B693F8 (or 0xB693F8) is unknown color: approx Biloba Flower. HEX triplet: B6, 93 and F8. RGB value is (182,147,248). Sum of RGB (Red+Green+Blue) = 182+147+248=577 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.54% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 248 (97.27% from 255 or 42.98% from 577); Max value from RGB is 248 - color contains mainly: blue. Hex color #B693F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B693F8 is #496C07. Grayscale: #A8A8A8. Windows color (decimal): -4811784 or 16290742. OLE color: 16290742.

HSL color Cylindrical-coordinate representation of color #B693F8: hue angle of 260.79º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B693F8 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB182147248-
CMYK0.270.4100.03
HSL260.79º87.83%77.45%-
HSV(B)260.79º40.73%97.25%-
XYZ46.6737.5993.6-
YUV168.98172.6137.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.54%
GREEN value IS 147 (57.81% from 255) = 25.48%
BLUE value IS 248 (97.27% from 255) = 42.98%
R=31.54%
G=25.48%
B=42.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1821472480.270.4100.03260.7987.8377.45
HexB693F81B2903105584d
Octal266223370335103405130115
Binary1011011010010011111110001101110100101110000010110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B693F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B693F8; }

 p { color: rgb(182,147,248); }

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

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

 a { background-color: rgb(182,147,248); }

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

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

 span { border-color: rgb(182,147,248); }

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