#B685FF

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

Shades of Biloba Flower #B685FF

Tints of Biloba Flower #B685FF

Color information

#B685FF (or 0xB685FF) is unknown color: approx Biloba Flower. HEX triplet: B6, 85 and FF. RGB value is (182,133,255). Sum of RGB (Red+Green+Blue) = 182+133+255=570 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.93% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #B685FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B685FF is #497A00. Grayscale: #A1A1A1. Windows color (decimal): -4815361 or 16745910. OLE color: 16745910.

HSL color Cylindrical-coordinate representation of color #B685FF: hue angle of 264.1º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B685FF is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB182133255-
CMYK0.290.4800
HSL264.1º100%76.08%-
HSV(B)264.1º47.84%100%-
XYZ45.7333.9498.75-
YUV161.56180.73142.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.93%
GREEN value IS 133 (52.34% from 255) = 23.33%
BLUE value IS 255 (100% from 255) = 44.74%
R=31.93%
G=23.33%
B=44.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821332550.290.4800264.110076.08
HexB685FF1D3000108644c
Octal266205377356000410144114
Binary101101101000010111111111111011100000010000100011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B685FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B685FF; }

 p { color: rgb(182,133,255); }

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

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

 a { background-color: rgb(182,133,255); }

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

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

 span { border-color: rgb(182,133,255); }

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