#B691FE

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

Shades of Biloba Flower #B691FE

Tints of Biloba Flower #B691FE

Color information

#B691FE (or 0xB691FE) is unknown color: approx Biloba Flower. HEX triplet: B6, 91 and FE. RGB value is (182,145,254). Sum of RGB (Red+Green+Blue) = 182+145+254=581 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.33% from 581); Green value is 145 (57.03% from 255 or 24.96% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #B691FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B691FE is #496E01. Grayscale: #A8A8A8. Windows color (decimal): -4812290 or 16683446. OLE color: 16683446.

HSL color Cylindrical-coordinate representation of color #B691FE: hue angle of 260.37º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B691FE is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB182145254-
CMYK0.280.4300.00
HSL260.37º98.2%78.24%-
HSV(B)260.37º42.91%99.61%-
XYZ47.3137.3598.48-
YUV168.49176.26137.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.33%
GREEN value IS 145 (57.03% from 255) = 24.96%
BLUE value IS 254 (99.61% from 255) = 43.72%
R=31.33%
G=24.96%
B=43.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1821452540.280.4300.00260.3798.278.24
HexB691FE1C2B00104624e
Octal266221376345300404142116
Binary101101101001000111111110111001010110010000010011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B691FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B691FE; }

 p { color: rgb(182,145,254); }

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

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

 a { background-color: rgb(182,145,254); }

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

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

 span { border-color: rgb(182,145,254); }

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