#B690FB

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

Shades of Biloba Flower #B690FB

Tints of Biloba Flower #B690FB

Color information

#B690FB (or 0xB690FB) is unknown color: approx Biloba Flower. HEX triplet: B6, 90 and FB. RGB value is (182,144,251). Sum of RGB (Red+Green+Blue) = 182+144+251=577 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.54% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #B690FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B690FB is #496F04. Grayscale: #A7A7A7. Windows color (decimal): -4812549 or 16486582. OLE color: 16486582.

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

Color convert

RGB182144251-
CMYK0.270.4300.02
HSL261.31º93.04%77.45%-
HSV(B)261.31º42.63%98.43%-
XYZ46.6836.8695.92-
YUV167.56175.09138.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.54%
GREEN value IS 144 (56.64% from 255) = 24.96%
BLUE value IS 251 (98.44% from 255) = 43.50%
R=31.54%
G=24.96%
B=43.50%

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
Decimal1821442510.270.4300.02261.3193.0477.45
HexB690FB1B2B021055d4d
Octal266220373335302405135115
Binary1011011010010000111110111101110101101010000010110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B690FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B690FB; }

 p { color: rgb(182,144,251); }

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

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

 a { background-color: rgb(182,144,251); }

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

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

 span { border-color: rgb(182,144,251); }

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