#B691F6

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

Shades of Biloba Flower #B691F6

Tints of Biloba Flower #B691F6

Color information

#B691F6 (or 0xB691F6) is unknown color: approx Biloba Flower. HEX triplet: B6, 91 and F6. RGB value is (182,145,246). Sum of RGB (Red+Green+Blue) = 182+145+246=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 145 (57.03% from 255 or 25.31% from 573); Blue value is 246 (96.48% from 255 or 42.93% from 573); Max value from RGB is 246 - color contains mainly: blue. Hex color #B691F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B691F6 is #496E09. Grayscale: #A7A7A7. Windows color (decimal): -4812298 or 16159158. OLE color: 16159158.

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

Color convert

RGB182145246-
CMYK0.260.4100.04
HSL261.98º84.87%76.67%-
HSV(B)261.98º41.06%96.47%-
XYZ46.0536.8591.87-
YUV167.58172.26138.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.76%
GREEN value IS 145 (57.03% from 255) = 25.31%
BLUE value IS 246 (96.48% from 255) = 42.93%
R=31.76%
G=25.31%
B=42.93%

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
Decimal1821452460.260.4100.04261.9884.8776.67
HexB691F61A2904106554d
Octal266221366325104406125115
Binary10110110100100011111011011010101001010010000011010101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B691F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B691F6; }

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

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

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

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

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

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

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

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