#B691ED

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

Shades of Biloba Flower #B691ED

Tints of Biloba Flower #B691ED

Color information

#B691ED (or 0xB691ED) is unknown color: approx Biloba Flower. HEX triplet: B6, 91 and ED. RGB value is (182,145,237). Sum of RGB (Red+Green+Blue) = 182+145+237=564 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.27% from 564); Green value is 145 (57.03% from 255 or 25.71% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #B691ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B691ED is #496E12. Grayscale: #A6A6A6. Windows color (decimal): -4812307 or 15569334. OLE color: 15569334.

HSL color Cylindrical-coordinate representation of color #B691ED: hue angle of 264.13º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B691ED is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182145237-
CMYK0.230.3900.07
HSL264.13º71.88%74.9%-
HSV(B)264.13º38.82%92.94%-
XYZ44.736.3184.77-
YUV166.55167.76139.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.27%
GREEN value IS 145 (57.03% from 255) = 25.71%
BLUE value IS 237 (92.97% from 255) = 42.02%
R=32.27%
G=25.71%
B=42.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821452370.230.3900.07264.1371.8874.9
HexB691ED172707108484b
Octal266221355274707410110113
Binary10110110100100011110110110111100111011110000100010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B691ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B691ED; }

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

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

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

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

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

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

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

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