#B690F6

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

Shades of Biloba Flower #B690F6

Tints of Biloba Flower #B690F6

Color information

#B690F6 (or 0xB690F6) is unknown color: approx Biloba Flower. HEX triplet: B6, 90 and F6. RGB value is (182,144,246). Sum of RGB (Red+Green+Blue) = 182+144+246=572 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.82% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 246 - color contains mainly: blue. Hex color #B690F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B690F6 is #496F09. Grayscale: #A6A6A6. Windows color (decimal): -4812554 or 16158902. OLE color: 16158902.

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

Color convert

RGB182144246-
CMYK0.260.4100.04
HSL262.35º85%76.47%-
HSV(B)262.35º41.46%96.47%-
XYZ45.936.5591.82-
YUV166.99172.59138.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.82%
GREEN value IS 144 (56.64% from 255) = 25.17%
BLUE value IS 246 (96.48% from 255) = 43.01%
R=31.82%
G=25.17%
B=43.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1821442460.260.4100.04262.358576.47
HexB690F61A2904106554c
Octal266220366325104406125114
Binary10110110100100001111011011010101001010010000011010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B690F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B690F6; }

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

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

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

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

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

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

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

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